From: Antoine Musso Date: Tue, 16 Jan 2007 21:03:33 +0000 (+0000) Subject: Make declaration compatible with QueryPage::formatResult X-Git-Tag: 1.31.0-rc.0~54358 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24ze_article%22%29%20.%20%22?a=commitdiff_plain;h=e09e3168136ed703e71f6cc68531ff6d4dfd065a;p=lhc%2Fweb%2Fwiklou.git Make declaration compatible with QueryPage::formatResult --- diff --git a/includes/SpecialUncategorizedimages.php b/includes/SpecialUncategorizedimages.php index 1daba8edcb..51f695d340 100644 --- a/includes/SpecialUncategorizedimages.php +++ b/includes/SpecialUncategorizedimages.php @@ -37,7 +37,7 @@ class UncategorizedImagesPage extends QueryPage { WHERE cl_from IS NULL AND page_namespace = {$ns} AND page_is_redirect = 0"; } - function formatResult( &$skin, $row ) { + function formatResult( $skin, $row ) { global $wgContLang; $title = Title::makeTitleSafe( NS_IMAGE, $row->title ); $label = htmlspecialchars( $wgContLang->convert( $title->getText() ) );