Make sure to access the correct $SESSION.
This commit is contained in:
parent
fefe21c83b
commit
82f78deb95
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ sub cleanup {
|
||||||
pop @guarded
|
pop @guarded
|
||||||
while @guarded;
|
while @guarded;
|
||||||
|
|
||||||
if ( $SESSION ) {
|
if ( our $SESSION ) {
|
||||||
$SESSION->var->end;
|
$SESSION->var->end;
|
||||||
$SESSION->close;
|
$SESSION->close;
|
||||||
undef $SESSION;
|
undef $SESSION;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue