From: cajus Date: Wed, 8 Jul 2009 12:39:35 +0000 (+0000) Subject: Removed non existing property X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=460088f7fac8689bd5b0393d31d9c3d3a91c82a8;p=gosa.git Removed non existing property git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13911 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 51e8ba424..5e1f0c09a 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -1027,7 +1027,7 @@ class systems extends plugin target opsi -> Remove source. target gosa -> Activate system. */ - if($this->systab instanceOf opsi_tabs && $this->systab->was_activated){ + if($this->systab instanceOf opsi_tabs){ $ldap = $this->config->get_ldap_link(); $ldap->cd($this->config->current['BASE']); $ldap->rmdir ($this->systab->dn);