Index: trunk/phase3/includes/SpecialUncategorizedimages.php |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | WHERE cl_from IS NULL AND page_namespace = {$ns} AND page_is_redirect = 0"; |
39 | 39 | } |
40 | 40 | |
41 | | - function formatResult( &$skin, $row ) { |
| 41 | + function formatResult( $skin, $row ) { |
42 | 42 | global $wgContLang; |
43 | 43 | $title = Title::makeTitleSafe( NS_IMAGE, $row->title ); |
44 | 44 | $label = htmlspecialchars( $wgContLang->convert( $title->getText() ) ); |