From: hickert Date: Wed, 28 Jul 2010 09:55:38 +0000 (+0000) Subject: fixed post action calls X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=302e85c501d0478d01b81cccdd41bf3c43abac45;p=gosa.git fixed post action calls git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19181 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/fai/admin/fai/class_faiManagement.inc b/gosa-plugins/fai/admin/fai/class_faiManagement.inc index 4cbb56d45..0190af614 100644 --- a/gosa-plugins/fai/admin/fai/class_faiManagement.inc +++ b/gosa-plugins/fai/admin/fai/class_faiManagement.inc @@ -618,7 +618,7 @@ class faiManagement extends management $this->fai_release = $this->fai_base; $this->lock_name = $name; $this->lock_dn = $bb; - $this->postremove(); + $this->handle_post_events("remove"); $fai_filter = session::get("fai_filter"); $fai_filter['fai_release'] = $this->fai_release; @@ -805,7 +805,7 @@ class faiManagement extends management $this->lock_type = $type; $this->lock_name = $name; $this->lock_dn = $baseToUse; - $this->postcreate(); + $this->handle_post_events("add"); /* Send daemon event to reload the fai release database */