mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-13 17:57:15 +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
4a9bae5812
commit
e37e0971fb
|
@ -26,7 +26,7 @@ use MediaWiki\MediaWikiServices;
|
|||
|
||||
class ApiQueryLinterStats extends ApiQueryBase {
|
||||
public function __construct( ApiQuery $queryModule ) {
|
||||
parent::__construct( $queryModule, 'linterstats', 'ls' );
|
||||
parent::__construct( $queryModule, 'linterstats', 'lntrst' );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue