Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-07-27 16:17:55 +0400
committerGeorg Ehrke <dev@georgswebsite.de>2012-07-27 16:17:55 +0400
commitbccd372565225ee98dcfacdd57fe512c89046ba1 (patch)
tree6750bf17128d337f7304a65b38aa01a47aa32312 /3rdparty
parent7050f0fa67ac4dd17e9712f9cc823f98c7452d1d (diff)
parent4cc3a3096a5ad28a070db12424db586c40457243 (diff)
Merge commit 'refs/merge-requests/76' of git://gitorious.org/owncloud/owncloud into merge-requests/76
Diffstat (limited to '3rdparty')
-rwxr-xr-x3rdparty/Sabre/DAV/Server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/Sabre/DAV/Server.php b/3rdparty/Sabre/DAV/Server.php
index 0dfac8b0c71..67794964b4b 100755
--- a/3rdparty/Sabre/DAV/Server.php
+++ b/3rdparty/Sabre/DAV/Server.php
@@ -656,7 +656,7 @@ class Sabre_DAV_Server {
* @return void
*/
protected function httpDelete($uri) {
-
+
if (!$this->broadcastEvent('beforeUnbind',array($uri))) return;
$this->tree->delete($uri);
$this->broadcastEvent('afterUnbind',array($uri));