Code

ACL refresh
[gosa.git] / include / class_pluglist.inc
index 81048f1489f1ebbab93de532877844fa1e989752..c29dfde116dffe04c1fbd6f56ce917609ff0a3ea 100644 (file)
@@ -46,6 +46,12 @@ class pluglist {
                                 $this->info[$cname]= @call_user_func(array($cname, 'plInfo'));
                         }
                 }
+
+               /* Provide field for 'all' */
+               $this->info['all']= array();
+               $this->info['all']['plProvidedAcls']= array();
+               $this->info['all']['plDescription']= _("All objects in this category");
+               $this->info['all']['plSelfModify']= FALSE;
        }
 
        function get_plugins($list, $config)