Code

<h2> => </h3>
[gosa.git] / 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();