Code

Added check to class_plugin::check() to prevent calling $this->config->member_functio...
[gosa.git] / include / class_pluglist.inc
index 1327a6350c4517e37dba3e75388edbbabebc563c..50e0c0f191a29158c58fd8df71453925b8992bf7 100644 (file)
@@ -79,7 +79,7 @@ class pluglist {
 
        function check_access($aclname)
        {
-               $deps = $this->ui->get_module_departments($aclname);
+               $deps= $this->ui->get_module_departments($aclname);
 
                $acls_to_check = array();
                if(preg_match("/,/",$aclname)){