Revert "Revert "Revert "FIX for webdav.mediencenter.t-online.de"""

This commit is contained in:
Thomas Müller 2015-05-26 14:40:07 +02:00
parent bfdae9e2c7
commit 4513cf5967
1 changed files with 0 additions and 5 deletions

View File

@ -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;
}