From: Aaron Schulz Date: Mon, 28 Apr 2008 17:05:25 +0000 (+0000) Subject: wfProfileOut( __METHOD__ ); X-Git-Tag: 1.31.0-rc.0~48029 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=28c9241e389ab6a350e2c8620cdc9b06a2c9a439;p=lhc%2Fweb%2Fwiklou.git wfProfileOut( __METHOD__ ); --- diff --git a/includes/Article.php b/includes/Article.php index 0eee430113..55bca1b952 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -808,6 +808,7 @@ class Article { if ( !$this->mTitle->userCanRead() ) { $wgOut->loginToUse(); $wgOut->output(); + wfProfileOut( __METHOD__ ); exit; }