diff --git a/includes/ApiQueryLinterStats.php b/includes/ApiQueryLinterStats.php index f84c6f43..7a1c2040 100644 --- a/includes/ApiQueryLinterStats.php +++ b/includes/ApiQueryLinterStats.php @@ -29,7 +29,7 @@ class ApiQueryLinterStats extends ApiQueryBase { * @param ApiQuery $queryModule */ public function __construct( ApiQuery $queryModule ) { - parent::__construct( $queryModule, 'linterstats', 'ls' ); + parent::__construct( $queryModule, 'linterstats', 'lntrst' ); } /**