Gah, left this one too...
This commit is contained in:
parent
f981d3597d
commit
70ea766647
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue