Code

Updated gosaDaemon class.
[gosa.git] / gosa-core / include / class_pluglist.inc
index 8f24af3399412b74debcef9f1c6a407b605cd248..6a68b8d43b2e4fcc1f1bac780c9cc14df7da4bb2 100644 (file)
@@ -144,8 +144,11 @@ class pluglist {
 
                                        /* Read information from class variable */
                                        if (!isset($info['CLASS'])){
-                                               msg_dialog::display(_("Configuration error"), _("The configuration format has changed. Please re-run setup!"), ERROR_DIALOG);
-                                               display_error_page();
+                                               msg_dialog::display(
+                                                               _("Configuration error"), 
+                                                               _("The configuration format has changed. Please re-run setup!"), 
+                                                               FATAL_ERROR_DIALOG);
+                                               exit();
                                        }
                                        if (!plugin_available($info['CLASS'])){
                                                continue;