More profile breakage.
authorDaniel Cannon <amidaniel@users.mediawiki.org>
Sat, 7 Jul 2007 05:15:38 +0000 (05:15 +0000)
committerDaniel Cannon <amidaniel@users.mediawiki.org>
Sat, 7 Jul 2007 05:15:38 +0000 (05:15 +0000)
includes/Title.php

index 15de495..2d29e07 100644 (file)
@@ -1037,6 +1037,7 @@ class Title {
                }
                
                if ( $this->isNamespaceProtected() ) {
+                       wfProfileOut( $fname );
                        return false;
                }