Merge pull request #5072 from mjmunger/master

Fixed a crash caused by Local::copyFromStorage() not conforming to Co…
This commit is contained in:
Morris Jobke 2017-06-13 17:51:16 -05:00 committed by GitHub
commit 0b92700b52

View file

@ -409,7 +409,7 @@ class Local extends \OC\Files\Storage\Common {
* @param string $targetInternalPath
* @return bool
*/
public function copyFromStorage(\OCP\Files\Storage $sourceStorage, $sourceInternalPath, $targetInternalPath) {
public function copyFromStorage(\OCP\Files\Storage $sourceStorage, $sourceInternalPath, $targetInternalPath, $preserveMtime = false) {
if ($sourceStorage->instanceOfStorage('\OC\Files\Storage\Local')) {
/**
* @var \OC\Files\Storage\Local $sourceStorage