From: hickert Date: Wed, 5 May 2010 08:56:43 +0000 (+0000) Subject: fixed property X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2e4a8068fce184ba01e0d24fe358fea497f1e284;p=gosa.git fixed property git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18079 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/ppd/class_printerPPDDialog.inc b/gosa-plugins/goto/admin/systems/ppd/class_printerPPDDialog.inc index 41aeeb365..da5e4b5a9 100644 --- a/gosa-plugins/goto/admin/systems/ppd/class_printerPPDDialog.inc +++ b/gosa-plugins/goto/admin/systems/ppd/class_printerPPDDialog.inc @@ -532,7 +532,7 @@ class printerPPDDialog extends plugin } $str .= "\n"; - }elseif($this->config->get_cfg_value("displayerrors") == "true"){ + }elseif($this->config->get_cfg_value("displayErrors") == "true"){ msg_dialog::display(_("PPD error"), sprintf(_("PPD type '%s' is not supported!"), $type), ERROR_DIALOG); } $str .= "\n";