From: Alexandre Emsenhuber Date: Wed, 13 Nov 2013 11:35:00 +0000 (+0100) Subject: Fix one more profiling error from I0a9a7f10ea (f5a0c23) X-Git-Tag: 1.31.0-rc.0~18164^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=c2c5b4e69a6ce4100f9cd688b1c858acd30ca344;p=lhc%2Fweb%2Fwiklou.git Fix one more profiling error from I0a9a7f10ea (f5a0c23) Change-Id: I92c22ef3b6ac98734bb6337f4dbd96d651d1e012 --- diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 8671ff8060..77ea307303 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -245,6 +245,8 @@ class SkinTemplate extends Skin { if ( $oldContext ) { $this->setContext( $oldContext ); } + + wfProfileOut( __METHOD__ ); } /**