summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/xmlrpc.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-01-11 17:22:04 +0100
committerAndrey Andreev <narf@devilix.net>2014-01-11 17:22:04 +0100
commit3fe9ebfdcf9b94edddcace82fa755f6257fbfc19 (patch)
treec6a026bbebbc313a1c2d5476ff011b8ad71c66bd /user_guide_src/source/libraries/xmlrpc.rst
parentd0bc7eb366610ad2e68d5921b363c665ccda1ff3 (diff)
parent75b3fb26a324c71ff18fa19b2a3caa357f8133ec (diff)
Merge pull request #2810 from iBotPeaches/feature/user-guide-cleanup
cleanup warnings
Diffstat (limited to 'user_guide_src/source/libraries/xmlrpc.rst')
-rw-r--r--user_guide_src/source/libraries/xmlrpc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/xmlrpc.rst b/user_guide_src/source/libraries/xmlrpc.rst
index 91d832ff6..53fe965d7 100644
--- a/user_guide_src/source/libraries/xmlrpc.rst
+++ b/user_guide_src/source/libraries/xmlrpc.rst
@@ -551,7 +551,7 @@ Class Reference
First parameter is the error number while the second parameter is the error message.
::
- return $this->xmlrpc->send_error_message(123, 'Requested data not available');
+ return $this->xmlrpc->send_error_message(123, 'Requested data not available');
.. method send_response($response)