Fix regression in I331af864: $subcatCount was dropped accidentally.

Should be cherry picked in 1.20wmf12.

Change-Id: If0a461f8db6a5c8a3b919cf63f2f1f92b74f1534
This commit is contained in:
Siebrand Mazeland 2012-09-19 12:25:42 -07:00
parent f3e7b05776
commit 0aeed5ffee

View file

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