X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2FcategoryChangesAsRdf.php;h=1d85dccd151bbcb1072e06e733e64d71c23eaf53;hp=564f7ced1b895865cb0638460249ab68f7cc5e9f;hb=e90012d5581801045910f31ddefa9aee52e39d39;hpb=fede766fe9950e3a036c263bf17d19d31278221c diff --git a/maintenance/categoryChangesAsRdf.php b/maintenance/categoryChangesAsRdf.php index 564f7ced1b..1d85dccd15 100644 --- a/maintenance/categoryChangesAsRdf.php +++ b/maintenance/categoryChangesAsRdf.php @@ -307,7 +307,7 @@ SPARQL; 'rc_type' => RC_LOG, ] ); $it->addJoinConditions( [ - 'page' => [ 'INNER JOIN', 'rc_cur_id = page_id' ], + 'page' => [ 'JOIN', 'rc_cur_id = page_id' ], ] ); $this->addIndex( $it ); return $it; @@ -402,7 +402,7 @@ SPARQL; /** * Get iterator for links for categories. * @param IDatabase $dbr - * @param array $ids List of page IDs + * @param int[] $ids List of page IDs * @return Traversable */ protected function getCategoryLinksIterator( IDatabase $dbr, array $ids ) {