Skip to content

Commit

Permalink
[#5 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrice Luraine committed Jun 9, 2009
1 parent f76bd04 commit 8f96b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/limonade.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function unregister_globals()
{
$args = func_get_args();
foreach($args as $k => $v)
if(array_key_exists($k, $GLOBALS)) unset($GLOBALS[$key]);
if(array_key_exists($k, $GLOBALS)) unset($GLOBALS[$k]);
}

if(ini_get('register_globals'))
Expand Down

0 comments on commit 8f96b2b

Please sign in to comment.