diff options
author | Andrey Andreev <narf@devilix.net> | 2015-12-10 12:28:19 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-12-10 12:28:19 +0100 |
commit | 7ec771b7592080b231b726abd9f980b7c428b418 (patch) | |
tree | 1f8f431447730cbcc3a98080b660cd2dc585764d /user_guide_src/source/libraries | |
parent | 2410c30c457e108c1f57978df610e82abab0361e (diff) | |
parent | 367dad5bab86f72a843010f07590aa9c3ecc5780 (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.rst | 2 |
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 |