X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryRandom.php;h=a2c284439964dbfafdbadef6fdc54a30fa0956b9;hb=2ec08fa5f0ba0d80aaa2f160cb323b0b784219f3;hp=282f49865605ffde1f25238450f15727eb01df35;hpb=885a8bdc47e6f5b9add4d5ddcb9c63a2d95e3a70;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryRandom.php b/includes/api/ApiQueryRandom.php index 282f498656..a2c2844399 100644 --- a/includes/api/ApiQueryRandom.php +++ b/includes/api/ApiQueryRandom.php @@ -131,7 +131,7 @@ class ApiQueryRandom extends ApiQueryGeneratorBase { } if ( is_null( $resultPageSet ) ) { - $result->setIndexedTagName_internal( array( 'query', $this->getModuleName() ), 'page' ); + $result->addIndexedTagName( array( 'query', $this->getModuleName() ), 'page' ); } }