Follow-up r76633: change function signature so that it's easier to track the problem
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 14 Nov 2010 18:58:28 +0000 (18:58 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 14 Nov 2010 18:58:28 +0000 (18:58 +0000)
includes/OutputPage.php

index 7aba700..07060ab 100644 (file)
@@ -2506,7 +2506,7 @@ class OutputPage {
        /**
         * @return string HTML tag links to be put in the header.
         */
-       public function getHeadLinks( $sk ) {
+       public function getHeadLinks( Skin $sk ) {
                global $wgFeed;
 
                // Ideally this should happen earlier, somewhere. :P