Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / class_dhcpNetwork.inc
index a8c751a72df9520f754822f3a6ce7eaed959a94d..1c3ced0659a0a533cf6a1f35d92b19e046b6fe14 100644 (file)
@@ -48,6 +48,7 @@ class dhcpNetwork extends plugin
           }
         }
         $servers[get_post('addserver')]= get_post('addserver');
+
         $tmp= "";
         foreach($servers as $val){
           $tmp.= $val.",";
@@ -135,7 +136,7 @@ class dhcpNetwork extends plugin
       }
     }
 
-    return $smarty->fetch(get_template_path('dhcp_network.tpl', TRUE));
+    return $smarty->fetch(get_template_path('dhcp_network.tpl', TRUE,dirname(__FILE__)));
   }
 
   function remove_from_parent()