Removed unmatched wfProfileOut

This commit is contained in:
Niklas Laxström 2011-04-14 16:09:07 +00:00
parent 5c89f16552
commit 07c98fb98e

View file

@ -762,7 +762,6 @@ class Linker {
return self::linkKnown( $title, "$prefix$text$inside", array(), $query ) . $trail;
}
} else {
wfProfileOut( __METHOD__ );
return "<!-- ERROR -->{$prefix}{$text}{$trail}";
}
}