Code

Removed some duplicated acl assign
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 29 Nov 2006 11:47:52 +0000 (11:47 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 29 Nov 2006 11:47:52 +0000 (11:47 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5248 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_phoneGeneric.inc
plugins/admin/systems/class_servGeneric.inc
plugins/admin/systems/class_workstationGeneric.inc

index e036269a5a7948e959656a3bf6c6f2c25390f3bd..4b6150907e36730c139f50a84ead3af7cb087a43 100644 (file)
@@ -34,7 +34,7 @@ class phoneGeneric extends plugin
   var $netConfigDNS;
 
   /* attribute list for save action */
-  var $attributes= array("cn", "description", "base",
+  var $attributes= array("cn", "description",
                           "goFonType","goFonDmtfMode","goFonHost","goFonDefaultIP",
                           "goFonQualify","goFonAuth","goFonSecret","goFonInkeys","goFonOutkey",
                           "goFonTrunk","goFonAccountCode","goFonMSN","selected_categorie","goFonPermit","goFonDeny" 
index 47401c5bcc632085668ffe7640b244b4fd17497e..a840bca11218f1b620feb68aca70fad1fc6abe88 100644 (file)
@@ -156,7 +156,6 @@ class servgeneric extends plugin
     }
 
     /* Assign base ACL */
-    $smarty->assign("baseACL" , $this->getacl("base"));
     $smarty->assign("bases"   , $this->get_allowed_bases());
 
     /* Assign attributes */
index 0676dca180d9892edaeaf8b8bd4f921e98c95487..7a4bbe8959026a9f7726144d7c0d1be1ee7b830d 100644 (file)
@@ -249,9 +249,6 @@ class workgeneric extends plugin
     /* Fill templating stuff */
     $smarty= get_smarty();
 
-    /* Create base acls */
-    $smarty->assign("baseACL",   $this->getacl("base"));
-
     /* Set acls */
     $tmp = $this->plInfo();
     foreach($tmp['plProvidedAcls'] as $name => $translation){