gunnar: server/patches/horde-webmail/1.2.0/tg t_framework_HK_GW_Prefs_FileDriverHotfix.diff, NONE, 1.1.2.1

cvs at kolab.org cvs at kolab.org
Wed Sep 23 10:59:45 CEST 2009


Author: gunnar

Update of /kolabrepository/server/patches/horde-webmail/1.2.0/tg
In directory doto:/tmp/cvs-serv1536/patches/horde-webmail/1.2.0/tg

Added Files:
      Tag: kolab_2_2_branch
	t_framework_HK_GW_Prefs_FileDriverHotfix.diff 
Log Message:
Add missing hotfix for kolab/issue3555 (unable to save filter settings more than once)

--- NEW FILE: t_framework_HK_GW_Prefs_FileDriverHotfix.diff ---
From: Gunnar Wrobel <p at rdus.de>
Subject: [PATCH] t/framework/HK/GW/Prefs/FileDriverHotfix.diff

A hotfix for https://issues.kolab.org/issue3555

STATUS: Will not be merged upstream and is only a hotfix for Kolab Server 2.2.3

Signed-off-by: Gunnar Wrobel <p at rdus.de>

---
diff a/horde-webmail/lib/Horde/Prefs/file.php b/horde-webmail/lib/Horde/Prefs/file.php
--- a/horde-webmail/lib/Horde/Prefs/file.php
+++ a/horde-webmail/lib/Horde/Prefs/file.php
@@ -209,6 +209,7 @@
                 }
 
                 $this->_file_cache[$scope][$name] = $pref;
+                $this->_file_cache[$scope][$name]['m'] &= ~_PREF_DIRTY;
             }
         }
 





More information about the commits mailing list