From 103a56906479c45f1b703146e283cd83d22ca48c Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 31 Mar 2010 10:03:35 +0000 Subject: [PATCH] Added mimtype filter to userFilterEditor wq git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17433 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_userFilterEditor.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_userFilterEditor.inc b/gosa-core/include/class_userFilterEditor.inc index 1830bd464..b4caa39d4 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'); + public $backends = array('LDAP', 'SYSTEMS', 'FAI', 'GroupLDAP','ACL', 'OPSIPackages','APPLICATIONS','MIMETYPES'); /*! \brief Instantiate the filter editing dialog. -- 2.30.2