r19348 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r19347‎ | r19348 | r19349 >
Date:21:03, 16 January 2007
Author:hashar
Status:old
Tags:
Comment:
Make declaration compatible with QueryPage::formatResult
Modified paths:
  • /trunk/phase3/includes/SpecialUncategorizedimages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialUncategorizedimages.php
@@ -37,7 +37,7 @@
3838 WHERE cl_from IS NULL AND page_namespace = {$ns} AND page_is_redirect = 0";
3939 }
4040
41 - function formatResult( &$skin, $row ) {
 41+ function formatResult( $skin, $row ) {
4242 global $wgContLang;
4343 $title = Title::makeTitleSafe( NS_IMAGE, $row->title );
4444 $label = htmlspecialchars( $wgContLang->convert( $title->getText() ) );