diff options
-rw-r--r-- | user_guide/libraries/xmlrpc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/xmlrpc.html b/user_guide/libraries/xmlrpc.html index 939e9456c..8d1dbdf5f 100644 --- a/user_guide/libraries/xmlrpc.html +++ b/user_guide/libraries/xmlrpc.html @@ -476,7 +476,7 @@ is the error message.</p> <code>$response = array(<br /> array(<br /> 'flerror' => array(FALSE, 'boolean'),<br /> - 'message' => "Thanks for the ping!")<br /> + 'message' => "Thanks for the ping!"<br /> )<br /> 'struct');<br /> return $this->xmlrpc->send_response($response);</code> |