From 753ff321c6ae0b46a555337e651abe0241f82d6e Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 21 Aug 2008 18:21:35 +0000 Subject: typo in xmlrpc --- user_guide/libraries/xmlrpc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/xmlrpc.html') diff --git a/user_guide/libraries/xmlrpc.html b/user_guide/libraries/xmlrpc.html index 60609067b..cec83d504 100644 --- a/user_guide/libraries/xmlrpc.html +++ b/user_guide/libraries/xmlrpc.html @@ -180,7 +180,7 @@ class and method for processing.

$this->load->library('xmlrpc');
$this->load->library('xmlrpcs');

-$config['functions']['new_post'] = array('function' => 'My_blog.new_entry'),
+$config['functions']['new_post'] = array('function' => 'My_blog.new_entry');
$config['functions']['update_post'] = array('function' => 'My_blog.update_entry');
$config['object'] = $this;

-- cgit v1.2.3-24-g4f1b