[Pkg-owncloud-commits] [owncloud] 142/457: Revert "Revert "Revert "FIX for webdav.mediencenter.t-online.de"""

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:05:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 4513cf596742a6d0695c5f1c178fc977da3fedb2
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Tue May 26 14:40:07 2015 +0200

    Revert "Revert "Revert "FIX for webdav.mediencenter.t-online.de"""
---
 lib/private/files/storage/dav.php | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lib/private/files/storage/dav.php b/lib/private/files/storage/dav.php
index 52272be..0ddfde1 100644
--- a/lib/private/files/storage/dav.php
+++ b/lib/private/files/storage/dav.php
@@ -743,11 +743,6 @@ class DAV extends Common {
 					return false;
 				}
 			} else {
-				// This resolves issues that are flooding the log file due to some malformed
-				// WebDAV response e.g. T-Mobile's cloud named "Mediencenter"
-				if (!isset($response['{DAV:}getlastmodified']))
-					return false;
-				
 				$remoteMtime = strtotime($response['{DAV:}getlastmodified']);
 				return $remoteMtime > $time;
 			}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list