mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-27 09:10:05 +00:00
ApiQueryLinterStats: Change the 'ls' prefix to 'lntrst' to avoid conflict
In practice this isn't a breaking change as no-one has any params to re-name in callers. Bug: T319202 Change-Id: Ic925e258ad3c2e194fd9f04f8afd255a9aa99e45
This commit is contained in:
parent
00819356f6
commit
1f119cd5b1
|
@ -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' );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue