From b9a3ef486ebcde18a5ade37865ff8f397185d24f Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sun, 24 Jul 2016 05:30:59 -0400 Subject: [PATCH] Fixed #3979 Mailbox users unable to save autoresponders --- server/mods-available/monitor_core_module.inc.php | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/server/mods-available/monitor_core_module.inc.php b/server/mods-available/monitor_core_module.inc.php index ac2eb36..a5a38c6 100644 --- a/server/mods-available/monitor_core_module.inc.php +++ b/server/mods-available/monitor_core_module.inc.php @@ -37,9 +37,10 @@ } function onLoad() { - } - - function process() { - } + } + + function process() { + } } + ?> -- Gitblit v1.9.1