mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-12 09:24:59 +00:00
Merge "SpecialLintErrors: Implement getSubpagesForPrefixSearch()"
This commit is contained in:
commit
98ec5c3388
|
@ -77,4 +77,8 @@ class SpecialLintErrors extends SpecialPage {
|
|||
return 'maintenance';
|
||||
}
|
||||
|
||||
protected function getSubpagesForPrefixSearch() {
|
||||
return ( new CategoryManager() )->getVisibleCategories();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue