]> asedeno.scripts.mit.edu Git - git.git/blobdiff - gitweb/gitweb.perl
Merge branch 'maint'
[git.git] / gitweb / gitweb.perl
index e0e95326481e1db3bb6df5c4ce68c56270731a9f..8b0276727146d6fbd9123b6bbe8b5f0631f823b1 100755 (executable)
@@ -1125,7 +1125,7 @@ sub run {
 
                run_request();
 
-               $pre_dispatch_hook->()
+               $post_dispatch_hook->()
                        if $post_dispatch_hook;
 
                last REQUEST if ($is_last_request->());