From d863057910b9e487b332f6c42b7579576a844ee2 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 11 Apr 2008 07:49:06 +0000 Subject: [PATCH] Updated DHCP plugin git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10343 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/systems/services/dhcp/class_dhcpNewSectionDialog.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNewSectionDialog.inc b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNewSectionDialog.inc index 756a97893..893761340 100644 --- a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNewSectionDialog.inc +++ b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNewSectionDialog.inc @@ -49,7 +49,7 @@ class dhcpNewSectionDialog extends plugin asort($t_sections); $ui = get_userinfo(); $smarty->assign("sections", $t_sections); - $display.= $smarty->fetch(get_template_path('dhcpNewSection.tpl', TRUE)); + $display.= $smarty->fetch(get_template_path('dhcpNewSection.tpl', TRUE, dirname(__FILE__))); return($display); } -- 2.30.2