summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bde82ab)
raw | patch | inline | side by side (parent: bde82ab)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Jul 2010 09:55:38 +0000 (09:55 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Jul 2010 09:55:38 +0000 (09:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19181 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/class_faiManagement.inc | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/class_faiManagement.inc b/gosa-plugins/fai/admin/fai/class_faiManagement.inc
index 4cbb56d45c2aeff5ac26268da0d545015a0eb8e5..0190af614fe5814d104343e9a69ae710d00190df 100644 (file)
$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;
$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
*/