From: Brion Vibber Date: Fri, 22 Apr 2005 20:41:58 +0000 (+0000) Subject: * (bug 1949) Profiling typo in rare error case X-Git-Tag: 1.5.0alpha1~181 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=f34f02f4404f7cfa64cd1887f528888e82d28e92;p=lhc%2Fweb%2Fwiklou.git * (bug 1949) Profiling typo in rare error case --- diff --git a/includes/Linker.php b/includes/Linker.php index 70d8e78d27..37642c57cf 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -271,7 +271,7 @@ class Linker { wfProfileIn( $fname ); if ( !is_object( $nt ) ) { - wfProfileIn( $fname ); + wfProfileOut( $fname ); return $text; }