Page MenuHomePhorge

D5562.1775232072.diff
No OneTemporary

Authored By
Unknown
Size
451 B
Referenced Files
None
Subscribers
None

D5562.1775232072.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, Apr 3, 4:01 PM (20 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18824623
Default Alt Text
D5562.1775232072.diff (451 B)

Event Timeline