From: Aaron Schulz Date: Tue, 8 Apr 2008 20:41:55 +0000 (+0000) Subject: Gah, left this one too... X-Git-Tag: 1.31.0-rc.0~48515 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=70ea7666476cd4ffe48893010ed73b1f481b319e;p=lhc%2Fweb%2Fwiklou.git Gah, left this one too... --- diff --git a/includes/filerepo/File.php b/includes/filerepo/File.php index 8f890928b7..970a8b0d8b 100644 --- a/includes/filerepo/File.php +++ b/includes/filerepo/File.php @@ -852,7 +852,7 @@ abstract class File { if ( $db->numRows( $res ) ) { while ( $row = $db->fetchObject( $res ) ) { if ( $titleObj = Title::newFromRow( $row ) ) { - $linkCache->addGoodLinkObj( $row->page_id, $titleObj, $row->page_len, $row->page_is_redirect ); + $linkCache->addGoodLinkObj( $row->page_id, $titleObj ); $retVal[] = $titleObj; } }