From: hickert Date: Mon, 12 Apr 2010 09:10:11 +0000 (+0000) Subject: Fixed problem with 'Apply' an opsi hosts. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a4a16cc89031138c84077373461a8f5450af4224;p=gosa.git Fixed problem with 'Apply' an opsi hosts. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17582 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index 3cf9db8c4..67f2bd4fc 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -1033,6 +1033,7 @@ class systemManagement extends management $hostId = $this->tabObject->by_object['opsiGeneric']->hostId; $mac = $this->tabObject->by_object['opsiGeneric']->mac; $this->opsi->job_opsi_activate_client($hostId,$mac); + $this->tabObject->set_acl_base($this->dn); }elseif(isset($this->tabObject->was_activated) && $this->tabObject->was_activated){ $this->activate_new_device($this->tabObject->dn);