From: Platonides Date: Thu, 10 Feb 2011 16:47:19 +0000 (+0000) Subject: Fix the wrong merge of r81894 after r81893 X-Git-Tag: 1.31.0-rc.0~32065 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=81f8704c56b77814749249a0024443efdb3d6ad0;p=lhc%2Fweb%2Fwiklou.git Fix the wrong merge of r81894 after r81893 --- diff --git a/includes/Linker.php b/includes/Linker.php index 116ef503b5..e6624eb4b7 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1669,7 +1669,6 @@ class Linker { */ public function accesskey( $name ) { if ( isset( $this->accesskeycache[$name] ) ) { - wfProfileOut( __METHOD__ ); return $this->accesskeycache[$name]; } wfProfileIn( __METHOD__ );