aboutsummaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/settings/general.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/settings/general.php b/app/controllers/settings/general.php
index 0d1daa3..82754b2 100644
--- a/app/controllers/settings/general.php
+++ b/app/controllers/settings/general.php
@@ -68,6 +68,7 @@ class Settings_GeneralController extends Settings_SettingsController
$this->config->store('TOUR_AUTOSTART_DISABLE', Request::int('tour_autostart_disable'));
if ($this->show_room_management_autor_config) {
$this->config->store('RESOURCES_CONFIRM_PLAN_DRAG_AND_DROP', Request::int('resources_confirm_plan_drag_and_drop'));
+ $this->config->store('RESOURCES_DISABLE_MAIL_ON_NEW_REQUEST', Request::int('resources_disable_mail_on_new_request'));
}
if (Request::int('personal_notifications_activated')) {