Followup r95957, add =null to Skin::outputPage too
authorDaniel Friesen <dantman@users.mediawiki.org>
Thu, 1 Sep 2011 10:35:12 +0000 (10:35 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Thu, 1 Sep 2011 10:35:12 +0000 (10:35 +0000)
includes/Skin.php

index 8e2a6c8..5eb27cc 100644 (file)
@@ -282,7 +282,7 @@ abstract class Skin extends ContextSource {
         * Outputs the HTML generated by other functions.
         * @param $out OutputPage
         */
-       abstract function outputPage( OutputPage $out );
+       abstract function outputPage( OutputPage $out=null );
 
        static function makeVariablesScript( $data ) {
                if ( $data ) {