Code

removed duplicated check msgs
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 6 Dec 2006 07:21:34 +0000 (07:21 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 6 Dec 2006 07:21:34 +0000 (07:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5317 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofax/blocklists/class_blocklistManagement.inc

index 9f2675c9e15e57e28690a97f65a46aa37f9b211f..4e2cc4c0a3d838f428c80393c5f1977eb0f7d025 100644 (file)
@@ -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.");