From 9b2c6530c26f7c44cd754e245a4a08282a2914ed Mon Sep 17 00:00:00 2001 From: Alex Z Date: Tue, 28 Oct 2008 02:32:56 +0000 Subject: [PATCH] Fix profiling --- includes/Linker.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Linker.php b/includes/Linker.php index aa8614e88b..c15e32843d 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1791,6 +1791,7 @@ class Linker { if( $accesskey != '' && $accesskey != '-' && !wfEmptyMsg( "accesskey-$name", $accesskey ) ) { + wfProfileOut( __METHOD__ ); return $accesskey; } -- 2.20.1