From 92a17b18ef42ee310234cdbe57374e6a59169bb9 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Tue, 7 Aug 2007 19:22:50 +0000 Subject: fixed DocBlock typo for unset_userdata() --- system/libraries/Session.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system') diff --git a/system/libraries/Session.php b/system/libraries/Session.php index 8045017ab..a0fe56274 100644 --- a/system/libraries/Session.php +++ b/system/libraries/Session.php @@ -436,7 +436,8 @@ class CI_Session { /** * Delete a session variable from the "userdata" array * - * @access array + * @access public + * @param array * @return void */ function unset_userdata($newdata = array()) -- cgit v1.2.3-24-g4f1b