From 65fdfbf4d4fa31ff9c12004c4cd5b7a794536c11 Mon Sep 17 00:00:00 2001
From: Derek Allard
Date: Wed, 21 Nov 2007 19:15:11 +0000
Subject: fixed a typo (; in wrong place) in xmlrpc
---
user_guide/libraries/xmlrpc.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'user_guide')
diff --git a/user_guide/libraries/xmlrpc.html b/user_guide/libraries/xmlrpc.html
index a8c624799..77cabe437 100644
--- a/user_guide/libraries/xmlrpc.html
+++ b/user_guide/libraries/xmlrpc.html
@@ -181,7 +181,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');
$this->xmlrpcs->initialize($config);
--
cgit v1.2.3-24-g4f1b