Code

fixed post action calls
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Jul 2010 09:55:38 +0000 (09:55 +0000)
committerhickert <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

index 4cbb56d45c2aeff5ac26268da0d545015a0eb8e5..0190af614fe5814d104343e9a69ae710d00190df 100644 (file)
@@ -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
        */