mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-30 19:16:15 +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
|
* Add a subcategory to the internal lists
|
||||||
*/
|
*/
|
||||||
function addSubcategoryObject( $cat, $sortkey, $pageLength ) {
|
function addSubcategoryObject( Category $cat, $sortkey, $pageLength ) {
|
||||||
global $wgRequest;
|
global $wgRequest;
|
||||||
|
|
||||||
$title = $cat->getTitle();
|
$title = $cat->getTitle();
|
||||||
|
|
Loading…
Reference in a new issue