From: hickert Date: Tue, 11 Mar 2008 10:06:39 +0000 (+0000) Subject: STATUS ! status X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=674e71a0679f812c73bc265f7ca8c218b2d652fa;p=gosa.git STATUS ! status git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9663 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index 4c6b13995..a2469a6a6 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -79,7 +79,7 @@ class workgeneric extends plugin $e_types = DaemonEvent::get_event_types(USER_EVENT | SYSTEM_EVENT | HIDDEN_EVENT); $evts = $o->get_entries_by_mac(array($this->netConfigDNS->macAddress)); foreach($evts as $evt){ - if(isset($e_types['QUEUED'][$evt['HEADERTAG']]) && $evt['status'] == "processing" && + if(isset($e_types['QUEUED'][$evt['HEADERTAG']]) && $evt['STATUS'] == "processing" && $e_types['QUEUED'][$evt['HEADERTAG']] == "DaemonEvent_reinstall"){ $this->currently_installing =TRUE; }