Page MenuHomePhorge

D302.1774893288.diff
No OneTemporary

Authored By
Unknown
Size
884 B
Referenced Files
None
Subscribers
None

D302.1774893288.diff

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
@@ -210,7 +210,8 @@
'file' => __FILE__, 'line' => __LINE__,
'message' => "Error updating properties for folder $folder->name:" . kolab_storage::$last_error),
true, false);
- return false;
+
+ throw new DAV\Exception('Internal Server Error');
}
}
@@ -274,7 +275,8 @@
'file' => __FILE__, 'line' => __LINE__,
'message' => "Error creating a new $type folder '$props[name]':" . kolab_storage::$last_error),
true, false);
- return false;
+
+ throw new DAV\Exception('Internal Server Error');
}
// save UID in folder annotations

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 30, 5:54 PM (6 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18818169
Default Alt Text
D302.1774893288.diff (884 B)

Event Timeline