Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / class_dhcpNewSectionDialog.inc
index e2235d3728924a5cfdb047772a520778ec2baba5..756a978933f3f8dd196f3b23bf3515d8a8adff7b 100644 (file)
@@ -47,8 +47,8 @@ class dhcpNewSectionDialog extends plugin
       $t_sections[$section]= $this->types[$section]; 
     }
     asort($t_sections);
+    $ui = get_userinfo();
     $smarty->assign("sections", $t_sections);
-    $smarty->assign("dhcpSectionACL", chkacl($this->acl,"DHCP"));
     $display.= $smarty->fetch(get_template_path('dhcpNewSection.tpl', TRUE));
     return($display);
   }