X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/78c6fdee686577ce29d3392661bc4d39bc5481a9..refs/heads/b-3.4.1:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index 30aa40bfc..baa1edafc 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -89,7 +89,7 @@ sub mini_error { } else { print STDERR "Error: @msg\n"; } - ::end_of_request(); + $::dispatcher->end_request; } sub _read_auth_config { @@ -516,7 +516,7 @@ sub restore_session { $form = $main::form; - # Don't fail if the auth DB doesn't yet. + # Don't fail if the auth DB doesn't exist yet. if (!( $dbh = $self->dbconnect(1) )) { return $self->session_restore_result(SESSION_NONE()); }