From: psc Date: Mon, 22 Feb 2010 09:15:56 +0000 (+0000) Subject: Commit LHM-locale patch X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a7f4ac13841f1378a70995a1586cce5965279641;p=gosa.git Commit LHM-locale patch When searching for incoming objects always use the base from the config. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@15661 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/trunk/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/trunk/gosa-plugins/systems/admin/systems/class_systemManagement.inc index d240cece8..9e0862d0b 100644 --- a/trunk/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/trunk/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -1274,7 +1274,7 @@ class systems extends plugin else { $filter = $filter . "(cn=".$this->DivListSystem->Regex.")))"; } - $res = array_merge($res,get_list($filter,$sys_categories, get_ou('systemIncomingRDN').$base,$sys_attrs, GL_SIZELIMIT)); + $res = array_merge($res,get_list($filter,$sys_categories, get_ou('systemIncomingRDN').$this->config->get_cfg_value('base'),$sys_attrs, GL_SIZELIMIT)); /* Append opsi systems, the opsi extension have to installed. (Only, if we are allowed to view opsi hosts)