Code

Added execute methods
[gosa.git] / plugins / admin / applications / class_applicationParameters.inc
index bf4d99c1e31c6087e83b01b6cbb40cf7ca28126b..663068805656905a94c79e6305adeabcb9611ac2 100644 (file)
@@ -35,6 +35,8 @@ class applicationParameters extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
        /* Do we need to flip is_account state? */
        if (isset($_POST['modify_state'])){
                $this->is_account= !$this->is_account;