Add global config to method getFirstLevel() to remove warning check_acl error

This commit is contained in:
marcos.alconada 2019-06-17 13:38:05 +02:00
parent b627636863
commit 340e253901
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ class TreeService extends Tree
protected function getFirstLevel()
{
global $config;
$processed_items = $this->getProcessedServices();
$ids = array_keys($processed_items);