From 58465cc6d5fac14fee5c220d8ae77d9a50f30315 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 14 Nov 2010 18:58:28 +0000 Subject: [PATCH] Follow-up r76633: change function signature so that it's easier to track the problem --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1