mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 09:43:06 +00:00
Follow up r72388. Add the hint to the subclass, too.
This commit is contained in:
parent
271ee4a15e
commit
95600c14bc
|
@ -22,7 +22,7 @@ class CategoryTreeCategoryViewer extends CategoryViewer {
|
|||
/**
|
||||
* Add a subcategory to the internal lists
|
||||
*/
|
||||
function addSubcategoryObject( $cat, $sortkey, $pageLength ) {
|
||||
function addSubcategoryObject( Category $cat, $sortkey, $pageLength ) {
|
||||
global $wgRequest;
|
||||
|
||||
$title = $cat->getTitle();
|
||||
|
|
Loading…
Reference in a new issue