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

---
 install/patches/upd_0065.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/patches/upd_0065.php b/install/patches/upd_0065.php
index 7dfedd5..2806686 100644
--- a/install/patches/upd_0065.php
+++ b/install/patches/upd_0065.php
@@ -8,7 +8,7 @@
 	only executed when a corresponding sql patch exists.
 */
 
-class upd_0066 extends installer_patch_update {
+class upd_0065 extends installer_patch_update {
 
 	public function onAfterSQL() {
 		global $inst;

--
Gitblit v1.9.1