Explorar el Código

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

Morris Jobke hace 9 años
padre
commit
24d0dfc727
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      lib/private/files/storage/dav.php

+ 0 - 5
lib/private/files/storage/dav.php

@@ -602,11 +602,6 @@ class DAV extends \OC\Files\Storage\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;
 			}