summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/dhcp/dhcp_menu.php
diff options
context:
space:
mode:
Diffstat (limited to 'ldap-site-mngmt/webinterface/dhcp/dhcp_menu.php')
-rw-r--r--ldap-site-mngmt/webinterface/dhcp/dhcp_menu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap-site-mngmt/webinterface/dhcp/dhcp_menu.php b/ldap-site-mngmt/webinterface/dhcp/dhcp_menu.php
index 423c53c8..f9a6fae6 100644
--- a/ldap-site-mngmt/webinterface/dhcp/dhcp_menu.php
+++ b/ldap-site-mngmt/webinterface/dhcp/dhcp_menu.php
@@ -9,7 +9,7 @@ function createDhcpMenu($rollen , $mnr, $auDN, $sbmnr) {
$hauptmenu = array(array("link" => "no_dhcp.php",
"text" => "Übersicht",
"zugriff" => "alle"));
- $submenu = array(array(array()));
+ $submenu = array(array());
}else{
# DHCP Services (momentan nur für einen DHCP konzipiert)
$dhcpservice_array = get_dhcpservices($auDN,array("dn","cn"));