Skip to content

Commit

Permalink
session->var is apparently deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwalters committed May 23, 2011
1 parent 6a6fff6 commit d6f66b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/maintenanceMode.pl
Expand Up @@ -35,7 +35,7 @@
my $session = WebGUI::Session->open($configFile);
$session->setting->remove('specialState');
$session->setting->add('specialState','upgrading') unless $stop;
$session->var->end;
$session->end;
$session->close;

__END__
Expand Down

0 comments on commit d6f66b0

Please sign in to comment.