Code

Added http://servername/ppd/ to gotoPrinterPPD
[gosa.git] / plugins / admin / applications / class_applicationParameters.inc
index bf4d99c1e31c6087e83b01b6cbb40cf7ca28126b..beabfee52af0234770710ba8329a1e385ae63059 100644 (file)
@@ -35,6 +35,9 @@ 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;