From: hickert Date: Tue, 12 Jan 2010 06:45:35 +0000 (+0000) Subject: Updated system type selector X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6439da445a9cef5d8fbe665acce033965ad835d5;p=gosa.git Updated system type selector git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15143 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_SelectDeviceType.inc b/gosa-plugins/goto/admin/systems/goto/class_SelectDeviceType.inc index 8399d1d4e..9e1c10975 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_SelectDeviceType.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_SelectDeviceType.inc @@ -19,11 +19,10 @@ class SelectDeviceType extends plugin { if(!is_array($dn)){ $this->dns = array($dn); - plugin::plugin ($config, NULL); }else{ $this->dns = $dn; - plugin::plugin ($config, $dn); } + plugin::plugin ($config, NULL); /* Get object groups */ $ldap = $this->config->get_ldap_link();