summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-01-24 23:47:51 +0100
committerAndrey Andreev <narf@devilix.net>2014-01-24 23:47:51 +0100
commit664b83e1d023e067d3b9bc75dbe96161236fd5f7 (patch)
tree8148a83b43e22bc7425db948f1696a5a667cd1a3
parentaf9aa2b5bfa9d6060b18a0df9ebb710135c6c6ee (diff)
parent6310c86f4f8e9760adb48e1df705124332b80cf8 (diff)
Merge pull request #2839 from iBotPeaches/feature/user-guide-cleanup
fix warning (unknown session)
-rw-r--r--user_guide_src/source/installation/upgrade_300.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst
index fccaa2933..b89d4e35b 100644
--- a/user_guide_src/source/installation/upgrade_300.rst
+++ b/user_guide_src/source/installation/upgrade_300.rst
@@ -472,7 +472,7 @@ in CodeIgniter 3.1+.
Session Library method all_userdata()
=====================================
-As seen in the :doc:`Change Log <../changelog>`, :doc:`Session Library <libraries/sessions>`
+As seen in the :doc:`Change Log <../changelog>`, :doc:`Session Library <../libraries/sessions>`
method ``userdata()`` now allows you to fetch all userdata by simply omitting its parameter::
$this->session->userdata();