checkpoint

This commit is contained in:
Patrick Donelan 2009-10-09 22:11:01 +11:00
parent dc60102f8d
commit da75a8b207
4 changed files with 14 additions and 4 deletions

View file

@ -62,7 +62,6 @@ to the user, instead of displaying the Page Not Found page.
sub handler {
my ($request, $server, $config) = @_;
$request->push_handlers(PerlResponseHandler => sub {
my $session = $request->pnotes('wgSession');
unless (defined $session) {