X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryBlocks.php;h=72e4fefb856e0b8b1fbb2f6dde7de841cd438278;hb=fa645c842e7fdc4b0460525244a5f50ae916810f;hp=f6bde41c970a8e314328da851fd4affd99810b19;hpb=a756c3b753e34a479da69a88a3176fd2d3e7cfa2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryBlocks.php b/includes/api/ApiQueryBlocks.php index f6bde41c97..72e4fefb85 100644 --- a/includes/api/ApiQueryBlocks.php +++ b/includes/api/ApiQueryBlocks.php @@ -246,7 +246,7 @@ class ApiQueryBlocks extends ApiQueryBase { break; } } - $result->setIndexedTagName_internal( array( 'query', $this->getModuleName() ), 'block' ); + $result->addIndexedTagName( array( 'query', $this->getModuleName() ), 'block' ); } protected function prepareUsername( $user ) {