diff options
author | Andrey Andreev <narf@devilix.net> | 2015-03-07 19:25:41 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-03-07 19:25:41 +0100 |
commit | 99776058b0a08865e75efb7380fdbc2de234f26e (patch) | |
tree | 35fa8a631375c3d3b42720fbd64fd962931c00fe /user_guide_src | |
parent | e8c912cb2dfb7a9cb21ea455a206925d6c56dcbf (diff) | |
parent | 54bf154629e4fffa5adce4283963f44b0a7e8ed7 (diff) |
Merge pull request #3650 from jim-parry/fix/housekeeping
[ci skip] Housekeeping.
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/libraries/sessions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/sessions.rst b/user_guide_src/source/libraries/sessions.rst index 104adb631..51ecc03bd 100644 --- a/user_guide_src/source/libraries/sessions.rst +++ b/user_guide_src/source/libraries/sessions.rst @@ -363,7 +363,7 @@ To read a tempdata variable, again you can just access it through the .. important:: The ``userdata()`` method will NOT return tempdata items. -Or if you want to be sure that you're reading "flashdata" (and not any +Or if you want to be sure that you're reading "tempdata" (and not any other kind), you can also use the ``tempdata()`` method:: $this->session->tempdata('item'); |