From: Daniel Cannon Date: Sat, 7 Jul 2007 05:15:38 +0000 (+0000) Subject: More profile breakage. X-Git-Tag: 1.31.0-rc.0~52216 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=233865420cb90073ac0294c1ae28870329e93cd0;p=lhc%2Fweb%2Fwiklou.git More profile breakage. --- diff --git a/includes/Title.php b/includes/Title.php index 15de495091..2d29e074dd 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1037,6 +1037,7 @@ class Title { } if ( $this->isNamespaceProtected() ) { + wfProfileOut( $fname ); return false; }