diff options
author | Derek Jones <derek.jones@ellislab.com> | 2007-08-07 21:22:50 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2007-08-07 21:22:50 +0200 |
commit | 92a17b18ef42ee310234cdbe57374e6a59169bb9 (patch) | |
tree | a070075cc2f1a3874acd6bcbd558a2f8c755c216 /system | |
parent | 7de42ce56ef15fbd55cf695024847ac6d4245f08 (diff) |
fixed DocBlock typo for unset_userdata()
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Session.php | 3 |
1 files changed, 2 insertions, 1 deletions
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())
|