aboutsummaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
Diffstat (limited to 'src/model')
-rw-r--r--src/model/DatabaseSettingUp.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/DatabaseSettingUp.php b/src/model/DatabaseSettingUp.php
index d64f226..4086d5a 100644
--- a/src/model/DatabaseSettingUp.php
+++ b/src/model/DatabaseSettingUp.php
@@ -81,6 +81,7 @@ class DatabaseSettingUp
81 $emails->addCSS('show_emails'); 81 $emails->addCSS('show_emails');
82 $emails->addJS('form'); 82 $emails->addJS('form');
83 $maintenance = new Page("Maintenance", 'maintenance', "Opérations de maintenance, installation, sauvegarde, restauration", true, false, false, NULL, NULL); 83 $maintenance = new Page("Maintenance", 'maintenance', "Opérations de maintenance, installation, sauvegarde, restauration", true, false, false, NULL, NULL);
84 $maintenance->addCSS('maintenance');
84 $maintenance->addJS('maintenance'); 85 $maintenance->addJS('maintenance');
85 86
86 /* -- table node -- */ 87 /* -- table node -- */