From f34f02f4404f7cfa64cd1887f528888e82d28e92 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 22 Apr 2005 20:41:58 +0000 Subject: [PATCH] * (bug 1949) Profiling typo in rare error case --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1