From a057356e28e8c26b80f7429709dd7934de51eba4 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 5 Sep 2014 16:04:42 -0700 Subject: [PATCH] img_auth: fix mismatched profiling Change-Id: Iab2ed48ef00e55dcf5313b9c2a94ffdca2fdb790 --- img_auth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/img_auth.php b/img_auth.php index 55f17ac7f4..dcd171f94e 100644 --- a/img_auth.php +++ b/img_auth.php @@ -47,6 +47,7 @@ $wgArticlePath = false; # Don't let a "/*" article path clober our action path $wgActionPaths = array( "$wgUploadPath/" ); wfImageAuthMain(); +wfProfileOut( 'img_auth.php' ); wfLogProfilingData(); // Commit and close up! $factory = wfGetLBFactory(); -- 2.20.1