Code

Fixed problem with not clickable buttons in fai package error msgs
[gosa.git] / plugins / admin / fai / class_faiScript.inc
index 9c01f5489e6881b34ab391bb936b8bf2cd7c40de..72f2d200960839c07a626ddff540f3ac68a8d5e3 100644 (file)
@@ -155,6 +155,7 @@ class faiScript extends plugin
       $this->dialog= new $this->subClassName($this->config,"new");
       $this->dialog->set_acl_base($this->acl_base);
       $this->dialog->set_acl_category("fai");
+      $this->dialog->parent = &$this;
       $this->is_dialog=true;
     }