X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=gitweb%2Fgitweb.perl;h=8b0276727146d6fbd9123b6bbe8b5f0631f823b1;hb=721e76cbfac650ce676fc789b717eb21e1daa46e;hp=e0e95326481e1db3bb6df5c4ce68c56270731a9f;hpb=61bf126ecb24977b883079942b71ff96174c19fb;p=git.git diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index e0e953264..8b0276727 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -1125,7 +1125,7 @@ sub run { run_request(); - $pre_dispatch_hook->() + $post_dispatch_hook->() if $post_dispatch_hook; last REQUEST if ($is_last_request->());