Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Allow return from Dispatch after Autoload routine.
  • Loading branch information
perusionmike committed Jun 14, 2016
1 parent a102a6e commit 5ba9d82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Vend/Dispatch.pm
Expand Up @@ -1770,6 +1770,8 @@ EOF
run_macro($Vend::Session->{Autoload});
#show_times("end session Autoload macro") if $Global::ShowTimes;

return $Vend::AutoloadReturn if defined $Vend::AutoloadReturn;

# If the cgi-bin program was invoked with no extra path info,
# just display the catalog page.
if (! $Vend::FinalPath || $Vend::FinalPath =~ m:^/+$:) {
Expand Down

0 comments on commit 5ba9d82

Please sign in to comment.