From f4cb8f9590c9d02d228b0ab67be6ac0ca51e0087 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 19 Mar 2015 11:54:47 +0200 Subject: [ci skip] Fix a typo in session docs --- user_guide_src/source/libraries/sessions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide_src/source/libraries/sessions.rst') diff --git a/user_guide_src/source/libraries/sessions.rst b/user_guide_src/source/libraries/sessions.rst index 51ecc03bd..2317f8560 100644 --- a/user_guide_src/source/libraries/sessions.rst +++ b/user_guide_src/source/libraries/sessions.rst @@ -836,7 +836,7 @@ Class Reference .. note:: This method is DEPRECATED. Use ``userdata()`` with no parameters instead. - .. php:method:: &get_usedata() + .. php:method:: &get_userdata() :returns: A reference to ``$_SESSION`` :rtype: array @@ -1053,4 +1053,4 @@ Class Reference $this->session->foo = 'bar'; // Results in: - // $_SESSION['foo'] = 'bar'; \ No newline at end of file + // $_SESSION['foo'] = 'bar'; -- cgit v1.2.3-24-g4f1b