From: Alexandre Emsenhuber Date: Wed, 18 Jan 2012 14:48:35 +0000 (+0000) Subject: Fix profiling, that function is not profiled X-Git-Tag: 1.31.0-rc.0~25209 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=5d28d74a732cc33c4fa5c900bad727bb7293bc74;p=lhc%2Fweb%2Fwiklou.git Fix profiling, that function is not profiled --- diff --git a/includes/resourceloader/ResourceLoader.php b/includes/resourceloader/ResourceLoader.php index 0d1eef02b3..55fbddc401 100644 --- a/includes/resourceloader/ResourceLoader.php +++ b/includes/resourceloader/ResourceLoader.php @@ -593,7 +593,6 @@ class ResourceLoader { header( 'HTTP/1.0 304 Not Modified' ); header( 'Status: 304 Not Modified' ); - wfProfileOut( __METHOD__ ); return true; } }