Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120223180
D2578.1776620697.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
684 B
Referenced Files
None
Subscribers
None
D2578.1776620697.diff
View Options
diff --git a/lib/Kolab/Utils/DAVBackend.php b/lib/Kolab/Utils/DAVBackend.php
--- a/lib/Kolab/Utils/DAVBackend.php
+++ b/lib/Kolab/Utils/DAVBackend.php
@@ -170,7 +170,7 @@
}
// restrict renaming to personal folders only
if ($folder->get_namespace() == 'personal') {
- $parts = preg_split('!(\s*/\s*|\s+[»:]\s+)!', $val);
+ $parts = preg_split('!(*UTF8)(\s*/\s*|\s+[»:]\s+)!', $val);
$updates['oldname'] = $folder->name;
$updates['name'] = array_pop($parts);
$updates['parent'] = join('/', $parts);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 19, 5:44 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18856723
Default Alt Text
D2578.1776620697.diff (684 B)
Attached To
Mode
D2578: Fixed utf-8 regex
Attached
Detach File
Event Timeline