Dump obsolete pass-by-reference on QueryPage::preprocessResults()
[lhc/web/wiklou.git] / includes / SpecialMostlinked.php
index b4de0a0..916f219 100644 (file)
@@ -39,7 +39,7 @@ class MostlinkedPage extends QueryPage {
        /**
         * Pre-fill the link cache
         */
-       function preprocessResults( &$db, &$res ) {
+       function preprocessResults( $db, $res ) {
                if( $db->numRows( $res ) > 0 ) {
                        $linkBatch = new LinkBatch();
                        while( $row = $db->fetchObject( $res ) )