* (bug 1949) Profiling typo in rare error case
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 22 Apr 2005 20:41:58 +0000 (20:41 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 22 Apr 2005 20:41:58 +0000 (20:41 +0000)
includes/Linker.php

index 70d8e78..37642c5 100644 (file)
@@ -271,7 +271,7 @@ class Linker {
                wfProfileIn( $fname );
 
                if ( !is_object( $nt ) ) {
-                       wfProfileIn( $fname );
+                       wfProfileOut( $fname );
                        return $text;
                }