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/cron.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/server/cron.php b/server/cron.php
index e8253a0..58d48ec 100644
--- a/server/cron.php
+++ b/server/cron.php
@@ -105,6 +105,10 @@
 }
 unset($files);
 
+// Remove lock
+@unlink($conf['temppath'] . $conf['fs_div'] . '.ispconfig_cron_lock');
+$app->log('Remove Lock: ' . $conf['temppath'] . $conf['fs_div'] . '.ispconfig_cron_lock', LOGLEVEL_DEBUG);
+
 die("finished.\n");
 
 ?>

--
Gitblit v1.9.1