Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117749037
D5826.1775179252.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
655 B
Referenced Files
None
Subscribers
None
D5826.1775179252.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D5826: Adjust iRony flattened names like we do in the DAV driver
Attached
Detach File
Event Timeline