diff options
author | Andrey Andreev <narf@devilix.net> | 2014-10-24 15:07:43 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-10-24 15:07:43 +0200 |
commit | 28807389cf64e3d4638657c40ee86ca724273327 (patch) | |
tree | 6146d3886f7dcb0cd74500ec1b2326c4eae30e01 /user_guide_src/source/libraries/output.rst | |
parent | d4818b7cc8c12e309cdc463a100b0a6d3a5bc791 (diff) | |
parent | a7812048c4faaf6c4b759ca6738951c5a4f1b347 (diff) |
Merge pull request #3284 from vlakoff/documentation
Fix Sphinx compilation warnings
Diffstat (limited to 'user_guide_src/source/libraries/output.rst')
-rw-r--r-- | user_guide_src/source/libraries/output.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/libraries/output.rst b/user_guide_src/source/libraries/output.rst index 218ec5896..e808561bd 100644 --- a/user_guide_src/source/libraries/output.rst +++ b/user_guide_src/source/libraries/output.rst @@ -220,6 +220,7 @@ Class Reference call it manually unless you are aborting script execution using ``exit()`` or ``die()`` in your code. Example:: + $response = array('status' => 'OK'); $this->output |