Page MenuHomePhorge

D5562.1777622466.diff
No OneTemporary

Authored By
Unknown
Size
451 B
Referenced Files
None
Subscribers
None

D5562.1777622466.diff

diff --git a/lib/kolab_sync_storage.php b/lib/kolab_sync_storage.php
--- a/lib/kolab_sync_storage.php
+++ b/lib/kolab_sync_storage.php
@@ -1489,6 +1489,10 @@
if ($as_type == 1) {
$as_type = 12;
}
+ // fix type, if something other than inbox is labelled as inbox
+ if ($as_type == 2) {
+ $as_type = 12;
+ }
}
// Syncroton folder data array

File Metadata

Mime Type
text/plain
Expires
Fri, May 1, 8:01 AM (3 w, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18824623
Default Alt Text
D5562.1777622466.diff (451 B)

Event Timeline