diff options
author | Connor Tumbleson <connor.tumbleson@gmail.com> | 2014-01-24 23:45:10 +0100 |
---|---|---|
committer | Connor Tumbleson <connor.tumbleson@gmail.com> | 2014-01-24 23:45:10 +0100 |
commit | 6310c86f4f8e9760adb48e1df705124332b80cf8 (patch) | |
tree | 8148a83b43e22bc7425db948f1696a5a667cd1a3 /user_guide_src/source | |
parent | af9aa2b5bfa9d6060b18a0df9ebb710135c6c6ee (diff) |
fix warning
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/installation/upgrade_300.rst | 2 |
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(); |