Merge pull request #5397 from nextcloud/stable12-5072

[stable12] Fixed a crash caused by Local::copyFromStorage() not conforming to Co…
This commit is contained in:
Morris Jobke 2017-06-14 11:30:38 -05:00 committed by GitHub
commit 11d9722474
1 changed files with 1 additions and 1 deletions

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