]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: Fix typo in run() subroutine
[Gitweb] / gitweb.perl
index 8936b0ef21da989a5f02e4b78cb40665d4a2248aeed600d00079b90d22ce017a..13f4a3da5185c6644d320998f396aeb6c1cbc561f085a5ef95d4c8188ff66dc6 100755 (executable)
@@ -1126,7 +1126,7 @@ sub run {
 
                run_request();
 
-               $pre_dispatch_hook->()
+               $post_dispatch_hook->()
                        if $post_dispatch_hook;
 
                last REQUEST if ($is_last_request->());
This page took 0.269363 seconds and 4 git commands to generate.