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 ++- user_guide/changelog.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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()) diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 818c98589..f4acb8d6f 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -74,6 +74,7 @@ Change Log
  • Fixed a bug in captcha calling an invalid PHP function
  • Fixed a bug in _html_entity_decode_callback() when 'global_xss_filtering' is enabled.
  • Fixed a bug in the cookie helper "set_cookie" function. It was not honoring the config settings.
  • +
  • Fixed a typo in the DocBlock comment for unset_userdata() in Session.php

    -- cgit v1.2.3-24-g4f1b