From: Sam Reed Date: Tue, 8 Feb 2011 22:01:34 +0000 (+0000) Subject: Add missing wfProfileOut( __METHOD__ ); X-Git-Tag: 1.31.0-rc.0~32108 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=5d5a3938bb96c11d213aec65f4d88b7dabbef943;p=lhc%2Fweb%2Fwiklou.git Add missing wfProfileOut( __METHOD__ ); --- diff --git a/includes/resourceloader/ResourceLoader.php b/includes/resourceloader/ResourceLoader.php index 91fb1ee4d8..5e534427b3 100644 --- a/includes/resourceloader/ResourceLoader.php +++ b/includes/resourceloader/ResourceLoader.php @@ -207,6 +207,7 @@ class ResourceLoader { foreach ( $name as $key => $value ) { $this->register( $key, $value ); } + wfProfileOut( __METHOD__ ); return; }