Fix the wrong merge of r81894 after r81893
authorPlatonides <platonides@users.mediawiki.org>
Thu, 10 Feb 2011 16:47:19 +0000 (16:47 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 10 Feb 2011 16:47:19 +0000 (16:47 +0000)
includes/Linker.php

index 116ef50..e6624eb 100644 (file)
@@ -1669,7 +1669,6 @@ class Linker {
         */
        public function accesskey( $name ) {
                if ( isset( $this->accesskeycache[$name] ) ) {
-                       wfProfileOut( __METHOD__ );
                        return $this->accesskeycache[$name];
                }
                wfProfileIn( __METHOD__ );