From: cajus Date: Mon, 22 May 2006 15:22:27 +0000 (+0000) Subject: Added workaround for tagging X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=eb70f566abfe6fd5178f4338c59563e3d7343dab;p=gosa.git Added workaround for tagging git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3490 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc index 37fdfc923..976d182cc 100644 --- a/plugins/admin/systems/class_workstationGeneric.inc +++ b/plugins/admin/systems/class_workstationGeneric.inc @@ -378,6 +378,7 @@ class workgeneric extends plugin } $ldap->cd($this->dn); $this->cleanup(); + $this->attrs['gosaUnitTag']= array(); $ldap->modify ($this->attrs); if(!$this->didAction){