mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-23 15:36:52 +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
(cherry picked from commit 1f119cd5b1
)
This commit is contained in:
parent
04bc5f51dd
commit
0eaad1f44a
|
@ -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