Page MenuHomePhorge

D390.1775317514.diff
No OneTemporary

Authored By
Unknown
Size
456 B
Referenced Files
None
Subscribers
None

D390.1775317514.diff

diff --git a/lib/Kolab/DAV/Collection.php b/lib/Kolab/DAV/Collection.php
--- a/lib/Kolab/DAV/Collection.php
+++ b/lib/Kolab/DAV/Collection.php
@@ -213,7 +213,7 @@
throw new \Sabre\DAV\Exception\Forbidden('Hidden files are not accepted');
}
- $folder = $this->path . '/' . $name;
+ $folder = (strlen($this->path) ? $this->path . '/' : '') . $name;
try {
$this->backend->folder_create($folder);

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 3:45 PM (6 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18827043
Default Alt Text
D390.1775317514.diff (456 B)

Event Timeline