Code

Updated system type selector
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Jan 2010 06:45:35 +0000 (06:45 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Jan 2010 06:45:35 +0000 (06:45 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15143 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/class_SelectDeviceType.inc

index 8399d1d4efb999b1f90d249ce8333a0bf7705acf..9e1c10975b0b2860c8b348cd9bb23f898e3279d8 100644 (file)
@@ -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();