Changeset 2899 for trunk/system/libraries/Session.php
- Timestamp:
- 06/25/2008 03:04:09 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Session.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Session.php
r2852 r2899 436 436 public function delete($keys) 437 437 { 438 foreach (func_get_args() as $key) 438 $args = func_get_args(); 439 440 foreach ($args as $key) 439 441 { 440 442 if (isset(self::$protect[$key]))
