Skip to content

Commit

Permalink
Removed unnecessary unset
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Story <mark@mark-story.com>
  • Loading branch information
voidet authored and markstory committed May 11, 2010
1 parent b04a3f8 commit 05beaab
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -351,7 +351,6 @@ function testSessionDestroy() {
function testSessionTimeout() {

session_destroy();
unset($Session);
Configure::write('Security.level', 'low');
$Session =& new SessionComponent();
$Session->write('Test', 'some value');
Expand Down

0 comments on commit 05beaab

Please sign in to comment.