X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcategoryChangesAsRdf.php;h=1d85dccd151bbcb1072e06e733e64d71c23eaf53;hb=d965b0b4652b566b1f53be756c13190b958dd7fa;hp=564f7ced1b895865cb0638460249ab68f7cc5e9f;hpb=1504dea1127a5f7960dcdc4eed5a044f6a962deb;p=lhc%2Fweb%2Fwiklou.git 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 ) {