From 2e4a8068fce184ba01e0d24fe358fea497f1e284 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 5 May 2010 08:56:43 +0000 Subject: [PATCH] fixed property git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18079 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/goto/admin/systems/ppd/class_printerPPDDialog.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.30.2