From: Alexandre Emsenhuber Date: Sun, 14 Nov 2010 18:58:28 +0000 (+0000) Subject: Follow-up r76633: change function signature so that it's easier to track the problem X-Git-Tag: 1.31.0-rc.0~33891 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=58465cc6d5fac14fee5c220d8ae77d9a50f30315;p=lhc%2Fweb%2Fwiklou.git Follow-up r76633: change function signature so that it's easier to track the problem --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 7aba700b1a..07060ab781 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -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