From 81f8704c56b77814749249a0024443efdb3d6ad0 Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 10 Feb 2011 16:47:19 +0000 Subject: [PATCH] Fix the wrong merge of r81894 after r81893 --- includes/Linker.php | 1 - 1 file changed, 1 deletion(-) 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__ ); -- 2.20.1