From 7ab934ecf387fd4f0a5fe91f3a646c7858bdcd10 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 6 Dec 2006 07:21:34 +0000 Subject: [PATCH] removed duplicated check msgs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5317 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofax/blocklists/class_blocklistManagement.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/gofax/blocklists/class_blocklistManagement.inc b/plugins/gofax/blocklists/class_blocklistManagement.inc index 9f2675c9e..4e2cc4c0a 100644 --- a/plugins/gofax/blocklists/class_blocklistManagement.inc +++ b/plugins/gofax/blocklists/class_blocklistManagement.inc @@ -482,10 +482,6 @@ class blocklist extends plugin $new_dn= $this->dn; } - if (!$this->acl_is_createable() && $this->dn == "new"){ - $message[]= _("You have no permissions to create a blocklist on this 'Base'."); - } - /* check syntax: must cn */ if ($this->cn == ""){ $message[]= _("Required field 'Name' is not set."); -- 2.30.2