summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-01-08 16:28:02 +0100
committerAndrey Andreev <narf@devilix.net>2014-01-08 16:28:02 +0100
commit88ebdf7ad98c2d24f9ba6b9839ab50c98cf0eb65 (patch)
treede6f02d88cb699be08bacf2535923ae9ab36ac18 /user_guide_src/source/helpers
parent69e1b4f054521bc055af9e2b377a3a578fc6cadc (diff)
[ci skip] Update the Input library and Cookie helper docs
default value is now NULL
Diffstat (limited to 'user_guide_src/source/helpers')
-rw-r--r--user_guide_src/source/helpers/cookie_helper.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/helpers/cookie_helper.rst b/user_guide_src/source/helpers/cookie_helper.rst
index 2e8db5f31..3b594170d 100644
--- a/user_guide_src/source/helpers/cookie_helper.rst
+++ b/user_guide_src/source/helpers/cookie_helper.rst
@@ -43,7 +43,7 @@ The following functions are available:
``CI_Input::set_cookie()``.
-.. function:: get_cookie($index[, $xss_clean = FALSE]])
+.. function:: get_cookie($index[, $xss_clean = NULL]])
:param string $index: Cookie name
:param bool $xss_clean: Whether to apply XSS filtering to the returned value