Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117766208
D5562.1775232072.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
451 B
Referenced Files
None
Subscribers
None
D5562.1775232072.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D5562: Ensure that nothing other than INBOX ever receives the inbox type
Attached
Detach File
Event Timeline