Code

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