mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Removed unused code
This commit is contained in:
parent
2d057f9ae9
commit
8d5953ce50
@ -28,7 +28,6 @@ class Tree {
|
||||
protected $userGroups;
|
||||
protected $userGroupsArray;
|
||||
|
||||
protected $acltags = false;
|
||||
protected $access = false;
|
||||
|
||||
protected $L1fieldName = '';
|
||||
@ -69,8 +68,6 @@ class Tree {
|
||||
enterprise_include_once("include/functions_agents.php");
|
||||
|
||||
if (is_metaconsole()) enterprise_include_once("meta/include/functions_ui_meta.php");
|
||||
|
||||
$this->acltags = tags_get_user_groups_and_tags($config['id_user'], $this->access);
|
||||
}
|
||||
|
||||
public function setFilter($filter) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user