From e9dc4f107a25ecaddb1f1bbd979e397540a1b3c8 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 4 Aug 2017 17:33:31 +0200 Subject: [PATCH] Make declaration compatible Signed-off-by: Lukas Reschke --- lib/private/Lockdown/Filesystem/NullStorage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/Lockdown/Filesystem/NullStorage.php b/lib/private/Lockdown/Filesystem/NullStorage.php index 831d8a8b2a..3f3aad3df0 100644 --- a/lib/private/Lockdown/Filesystem/NullStorage.php +++ b/lib/private/Lockdown/Filesystem/NullStorage.php @@ -157,7 +157,7 @@ class NullStorage extends Common { return false; } - public function copyFromStorage(IStorage $sourceStorage, $sourceInternalPath, $targetInternalPath) { + public function copyFromStorage(IStorage $sourceStorage, $sourceInternalPath, $targetInternalPath, $preserveMtime = false) { throw new \OC\ForbiddenException('This request is not allowed to access the filesystem'); }