From: Chad Horohoe Date: Fri, 5 Sep 2014 23:04:42 +0000 (-0700) Subject: img_auth: fix mismatched profiling X-Git-Tag: 1.31.0-rc.0~14134^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=a057356e28e8c26b80f7429709dd7934de51eba4;p=lhc%2Fweb%2Fwiklou.git img_auth: fix mismatched profiling Change-Id: Iab2ed48ef00e55dcf5313b9c2a94ffdca2fdb790 --- 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();