diff options
author | Andrey Andreev <narf@devilix.net> | 2017-07-21 10:51:37 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-07-21 10:53:08 +0200 |
commit | 954c4aac3211c5e04270c76b9f7ac11466638bef (patch) | |
tree | 8f0466356d763e697ee8185598449bfc5a90d0b3 /user_guide_src/source/libraries/input.rst | |
parent | 6cab78970f212a30ea923835510ffd1fb77a6ad0 (diff) |
[ci skip] Merge pull request #5191 from jim-parry/patch/docs
Fix some mistakes in the user guide
Diffstat (limited to 'user_guide_src/source/libraries/input.rst')
-rw-r--r-- | user_guide_src/source/libraries/input.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/input.rst b/user_guide_src/source/libraries/input.rst index e7107fa06..300f47112 100644 --- a/user_guide_src/source/libraries/input.rst +++ b/user_guide_src/source/libraries/input.rst @@ -245,7 +245,7 @@ Class Reference data:: $this->input->cookie('some_cookie'); - $this->input->cookie('some_cookie, TRUE); // with XSS filter + $this->input->cookie('some_cookie', TRUE); // with XSS filter To return an array of multiple cookie values, pass all the required keys as an array. |