From: Tim Starling Date: Sun, 21 Aug 2005 06:08:51 +0000 (+0000) Subject: profiling X-Git-Tag: 1.6.0~1850 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=7227c7e914a5d6249cc6ff4f724c9dd8eb243499;p=lhc%2Fweb%2Fwiklou.git profiling --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 28346d8539..6a639e2f58 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -188,6 +188,7 @@ class EditPage { return; } else { $wgOut->readOnlyPage( $this->mArticle->getContent( true ), true ); + wfProfileOut( $fname ); return; } }