Page MenuHomePhorge

D5826.1775179252.diff
No OneTemporary

Authored By
Unknown
Size
655 B
Referenced Files
None
Subscribers
None

D5826.1775179252.diff

diff --git a/src/app/DataMigrator/Driver/Kolab.php b/src/app/DataMigrator/Driver/Kolab.php
--- a/src/app/DataMigrator/Driver/Kolab.php
+++ b/src/app/DataMigrator/Driver/Kolab.php
@@ -361,6 +361,9 @@
$uid = $folder_meta[self::UID_KEY] ?? $folder_meta[self::UID_KEY_CYRUS] ?? null;
if (in_array($type, self::DAV_TYPES)) {
+ // Adjust iRony flattened names like we do in the DAV driver
+ $folder->fullname = str_replace(' » ', '/', $folder->fullname);
+
if (empty($uid)) {
throw new \Exception("Missing UID for folder {$folder->fullname}");
}

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 3, 1:20 AM (14 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18821899
Default Alt Text
D5826.1775179252.diff (655 B)

Event Timeline