summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-03-01 13:57:52 +0100
committerDerek Allard <derek.allard@ellislab.com>2007-03-01 13:57:52 +0100
commit090b2f7f2e9109b8cf03a3f64d520b50da4fc57a (patch)
treeaa6e21e51a3e79f86e494df50fcda50fd4247745 /user_guide
parent112569db87d01a04b98eb6c37d9c9ced03b52f3f (diff)
fixed a note in the xmlrpc server section
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/libraries/xmlrpc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/xmlrpc.html b/user_guide/libraries/xmlrpc.html
index 5f5563882..5afbae98b 100644
--- a/user_guide/libraries/xmlrpc.html
+++ b/user_guide/libraries/xmlrpc.html
@@ -183,7 +183,7 @@ class and method for processing.</p>
<p>Here is an example to illustrate:</p>
<code>
-$this->load->library('xmlrpcs');<br />
+$this->load->library('xmlrpc');<br />
$this->load->library('xmlrpcs');<br />
<br />
$config['functions']['<var>new_post</var>'];&nbsp;&nbsp;= array('function' => '<dfn>My_blog.new_entry</dfn>');<br />