diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-05-17 13:32:19 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-05-17 13:32:19 +0200 |
commit | 5645479c622eb36cf9869797896dc0921568c4a9 (patch) | |
tree | 7a1d0c2d4cb38f440fcc7ff1204d527ed96477cc /system/libraries/Session.php | |
parent | 92ebfb65ac044f5c2e6d88fba137253854cf1b94 (diff) |
Clean up the libraries
Diffstat (limited to 'system/libraries/Session.php')
-rw-r--r-- | system/libraries/Session.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/libraries/Session.php b/system/libraries/Session.php index 3195f0a91..783109a60 100644 --- a/system/libraries/Session.php +++ b/system/libraries/Session.php @@ -190,6 +190,7 @@ class CI_Session { * whenever the class is instantiated. * * @param array + * @return void */ public function __construct($params = array()) { |