FIX add missing $rootCall param from LeftAndMain

This commit is contained in:
Daniel Hensby 2017-06-29 11:24:09 +01:00
parent 2b8eb202db
commit 79a7b1016e
No known key found for this signature in database
GPG Key ID: E38EC566FE29EB66

View File

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