Follow up r72388. Add the hint to the subclass, too.

This commit is contained in:
Platonides 2010-09-09 22:35:32 +00:00
parent 271ee4a15e
commit 95600c14bc

View file

@ -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();