summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-12-10 12:28:19 +0100
committerAndrey Andreev <narf@devilix.net>2015-12-10 12:28:56 +0100
commit3e75ff6050fd86816601a11effc2932ecd81ebf7 (patch)
tree03424790f07cee3b43a9daf4efd44b40210537ea /user_guide_src/source/libraries
parentf0f93f50d2a85373988a225504115d4805446189 (diff)
Merge pull request #4304 from scherepn/fix-doc-build-errors
[ci skip] Fix mismatched brackets in documentation
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r--user_guide_src/source/libraries/trackback.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/trackback.rst b/user_guide_src/source/libraries/trackback.rst
index 4e0cb5541..bceb515f2 100644
--- a/user_guide_src/source/libraries/trackback.rst
+++ b/user_guide_src/source/libraries/trackback.rst
@@ -239,7 +239,7 @@ Class Reference
This method simply validates the incoming TB data, returning TRUE on success and FALSE on failure.
If the data is valid it is set to the ``$this->data`` array so that it can be inserted into a database.
- .. php:method:: send_error([$message = 'Incomplete information')
+ .. php:method:: send_error([$message = 'Incomplete information'])
:param string $message: Error message
:rtype: void