From 8e26a7c2d789c2aef88068316a5f31511d8f3134 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 10 Jan 2008 13:22:25 +0000 Subject: [PATCH] fixed undefined index auto git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8291 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/systems/class_workstationStartup.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/plugins/admin/systems/class_workstationStartup.inc b/gosa-core/plugins/admin/systems/class_workstationStartup.inc index e9aaf226e..c0373ee3d 100644 --- a/gosa-core/plugins/admin/systems/class_workstationStartup.inc +++ b/gosa-core/plugins/admin/systems/class_workstationStartup.inc @@ -1022,7 +1022,7 @@ class workstartup extends plugin */ $this->cache['SERVERS']['auto'] = array(); $sort_by = array("auto"); - $server_tmp = array(); + $server_tmp = array("auto"=>array()); while($attr = $ldap->fetch()){ if(isset($attr['FAIrepository'])){ for($i = 0 ; $i < $attr['FAIrepository']['count'] ; $i ++ ){ -- 2.30.2