Merge "SpecialLintErrors: Implement getSubpagesForPrefixSearch()"

This commit is contained in:
jenkins-bot 2016-11-23 02:38:15 +00:00 committed by Gerrit Code Review
commit 98ec5c3388

View file

@ -77,4 +77,8 @@ class SpecialLintErrors extends SpecialPage {
return 'maintenance';
}
protected function getSubpagesForPrefixSearch() {
return ( new CategoryManager() )->getVisibleCategories();
}
}