img_auth: fix mismatched profiling
authorChad Horohoe <chadh@wikimedia.org>
Fri, 5 Sep 2014 23:04:42 +0000 (16:04 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Fri, 5 Sep 2014 23:04:42 +0000 (16:04 -0700)
Change-Id: Iab2ed48ef00e55dcf5313b9c2a94ffdca2fdb790

img_auth.php

index 55f17ac..dcd171f 100644 (file)
@@ -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();