From: Niklas Laxström Date: Thu, 14 Apr 2011 16:09:07 +0000 (+0000) Subject: Removed unmatched wfProfileOut X-Git-Tag: 1.31.0-rc.0~30844 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=07c98fb98e7b38a6b15978beb0a9f0418ea20c6b;p=lhc%2Fweb%2Fwiklou.git Removed unmatched wfProfileOut --- diff --git a/includes/Linker.php b/includes/Linker.php index 85355140ca..25f21e2f65 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -762,7 +762,6 @@ class Linker { return self::linkKnown( $title, "$prefix$text$inside", array(), $query ) . $trail; } } else { - wfProfileOut( __METHOD__ ); return "{$prefix}{$text}{$trail}"; } }