Gah, left this one too...

This commit is contained in:
Aaron Schulz 2008-04-08 20:41:55 +00:00
parent f981d3597d
commit 70ea766647

View file

@ -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;
}
}