Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117953945
D302.1775493502.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
884 B
Referenced Files
None
Subscribers
None
D302.1775493502.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
@@ -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
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 6, 4:38 PM (7 h, 13 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18818169
Default Alt Text
D302.1775493502.diff (884 B)
Attached To
Mode
D302: T1994: Fix error handling on folder creation/updates
Attached
Detach File
Event Timeline