X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Finclude%2Fclass_userFilterEditor.inc;h=1d55eaf64c33e9b2b120a5c4adfc145599e0ee27;hb=9c309d6fc3d3ff65caf535b6f53ea3177433d29b;hp=a14215d7d768b1a1ac7e1be1102c3788e7dc28f0;hpb=8773ce7598843d3216569e541f4ef32f74866234;p=gosa.git diff --git a/gosa-core/include/class_userFilterEditor.inc b/gosa-core/include/class_userFilterEditor.inc index a14215d7d..1d55eaf64 100644 --- a/gosa-core/include/class_userFilterEditor.inc +++ b/gosa-core/include/class_userFilterEditor.inc @@ -21,7 +21,7 @@ class userFilterEditor extends plugin // The list of all categories mangaged by the current filter object. // Used in the grop-down box. public $orig_name = ""; - public $backends = array('LDAP', 'SYSTEMS', 'FAI', 'GroupLDAP','ACL', 'OPSIPackages','APPLICATIONS','MIMETYPES'); + public $backends = array('LDAP','LDAPBlacklist', 'SYSTEMS', 'FAI', 'GroupLDAP','ACL', 'OPSIPackages','APPLICATIONS','MIMETYPES'); /*! \brief Instantiate the filter editing dialog.