Merge pull request #7093 from dhensby/pulls/3.5/lam-getchildasul-call

FIX add missing $rootCall param from LeftAndMain
This commit is contained in:
Daniel Hensby 2017-07-02 00:28:48 +01:00 committed by GitHub
commit 3a7261ac6e

View File

@ -927,6 +927,7 @@ class LeftAndMain extends Controller implements PermissionProvider {
true,
$childrenMethod,
$numChildrenMethod,
true,
$nodeCountThreshold,
$nodeCountCallback
);