X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FAuth.pm;h=baa1edafc4fe5dd8468057f888540c9040f3c2a5;hb=19f44ce2841706aff96243bdd7969cd6cf4241ee;hp=30aa40bfc21b3fd0b09584648dce2dd00eddb394;hpb=78c6fdee686577ce29d3392661bc4d39bc5481a9;p=kivitendo-erp.git 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()); }