From: Tim Starling Date: Sun, 11 Sep 2005 11:25:55 +0000 (+0000) Subject: profiling fix X-Git-Tag: 1.6.0~1677 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=d50beb60492ecabdd24d5812174f9e4d16d022eb;p=lhc%2Fweb%2Fwiklou.git profiling fix --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 75b335d394..3adc22bcb0 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -447,6 +447,7 @@ class EditPage { } else { $wgOut->readOnlyPage(); + wfProfileOut( "$fname-checks" ); wfProfileOut( $fname ); return false; }