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

View File

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