summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6fe396f)
raw | patch | inline | side by side (parent: 6fe396f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Jan 2010 06:45:35 +0000 (06:45 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_SelectDeviceType.inc b/gosa-plugins/goto/admin/systems/goto/class_SelectDeviceType.inc
index 8399d1d4efb999b1f90d249ce8333a0bf7705acf..9e1c10975b0b2860c8b348cd9bb23f898e3279d8 100644 (file)
{
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();