mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-15 03:43:55 +00:00
Fix regression in I331af864: $subcatCount was dropped accidentally.
Should be cherry picked in 1.20wmf12. Change-Id: If0a461f8db6a5c8a3b919cf63f2f1f92b74f1534
This commit is contained in:
parent
f3e7b05776
commit
0aeed5ffee
|
@ -808,7 +808,7 @@ class CategoryTree {
|
|||
$attr,
|
||||
wfMessage( 'categorytree-member-num' )
|
||||
// Do not use numParams on params 1-4, as they are only used for customisation.
|
||||
->params( $pages, $fileCount, $allCount, $memberNumsShort )
|
||||
->params( $subcatCount, $pages, $fileCount, $allCount, $memberNumsShort )
|
||||
->escaped()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue