Code

Closes #310 Moved copy_FAI_resource_recursive to faiManagement. It is only used there.
[gosa.git] / gosa-core / include / class_pluglist.inc
index 4871a710dc9c96111d7a014aa41b1ba73b6be622..1bce72412cde395a2f2e62debd017436dc7636dd 100644 (file)
@@ -147,7 +147,7 @@ class pluglist {
 
                                        /* Read information from class variable */
                                        if (!isset($info['CLASS'])){
-                                               print_red(_("Your gosa.conf format has changed. Please re-run setup!"));
+                                               msg_dialog::display(_("Configuration error"), _("The configuration format has changed. Please re-run setup!"), ERROR_DIALOG);
                                                display_error_page();
                                        }
                                        $vars= get_class_vars($info['CLASS']);