Kill off use of $wgRequest, $wgUser, and $wgLang in SkinTemplate, stop using $out...
[lhc/web/wiklou.git] / includes / OutputPage.php
index ff62662..a957e54 100644 (file)
@@ -1864,7 +1864,7 @@ class OutputPage extends ContextSource {
                        wfRunHooks( 'BeforePageDisplay', array( &$this, &$sk ) );
 
                        wfProfileIn( 'Output-skin' );
-                       $sk->outputPage( $this );
+                       $sk->outputPage();
                        wfProfileOut( 'Output-skin' );
                }