Code

Udpated checks
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 9 Jul 2007 13:01:31 +0000 (13:01 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 9 Jul 2007 13:01:31 +0000 (13:01 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6778 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/fai/class_faiManagement.inc

index 1b199d8b9a68aee721b55dbb795755b8fe6ca3f7..67967c383e3307e397cd187f9b23393c688471b8 100644 (file)
@@ -459,7 +459,7 @@ class faiManagement extends plugin
       Display dialog to enter new Branch name
      ****************/
 
-    $c = "" != search_config($this->config->data,"faiManagement","POSTCREATE");
+    $c = "" != search_config($this->config->data,"faiManagement","POSTMODIFY");
 
     if($c){
       $acl= get_permissions ($this->DivListFai->selectedBase, $this->ui->subtreeACL);
@@ -476,7 +476,7 @@ class faiManagement extends plugin
       Display dialog to enter new Freeze name
      ****************/
 
-    $c = "" != search_config($this->config->data,"faiManagement","POSTCREATE");
+    $c = "" != search_config($this->config->data,"faiManagement","POSTMODIFY");
 
     if($c){
       $acl= get_permissions ($this->DivListFai->selectedBase, $this->ui->subtreeACL);