Skip to content

Commit

Permalink
* Allow return from Dispatch after Preload routine.
Browse files Browse the repository at this point in the history
  • Loading branch information
perusionmike committed Jun 14, 2016
1 parent 4ff70c2 commit a102a6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Vend/Dispatch.pm
Expand Up @@ -1276,6 +1276,8 @@ sub dispatch {

run_macro($Vend::Cfg->{Preload});

return $Vend::PreloadReturn if defined $Vend::PreloadReturn;

$CGI::user = Vend::Util::check_authorization($CGI::authorization)
if defined $CGI::authorization;

Expand Down

0 comments on commit a102a6e

Please sign in to comment.