From: Alex Z Date: Tue, 28 Oct 2008 02:32:56 +0000 (+0000) Subject: Fix profiling X-Git-Tag: 1.31.0-rc.0~44546 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=9b2c6530c26f7c44cd754e245a4a08282a2914ed;p=lhc%2Fweb%2Fwiklou.git Fix profiling --- 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; }