Fix one more profiling error from I0a9a7f10ea (f5a0c23)
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Wed, 13 Nov 2013 11:35:00 +0000 (12:35 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Wed, 13 Nov 2013 11:35:00 +0000 (12:35 +0100)
Change-Id: I92c22ef3b6ac98734bb6337f4dbd96d651d1e012

includes/SkinTemplate.php

index 8671ff8..77ea307 100644 (file)
@@ -245,6 +245,8 @@ class SkinTemplate extends Skin {
                if ( $oldContext ) {
                        $this->setContext( $oldContext );
                }
+
+               wfProfileOut( __METHOD__ );
        }
 
        /**