summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-08-04 17:33:31 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-08-09 15:12:01 +0200
commite9dc4f107a25ecaddb1f1bbd979e397540a1b3c8 (patch)
tree50c5d482418ca03a6c08ee4252b5d709c1c21b5b /lib
parentdb6d785644fb9c9369a9af9245bcb52ec935af96 (diff)
downloadnextcloud-server-e9dc4f107a25ecaddb1f1bbd979e397540a1b3c8.tar.gz
nextcloud-server-e9dc4f107a25ecaddb1f1bbd979e397540a1b3c8.zip
Make declaration compatible
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Lockdown/Filesystem/NullStorage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Lockdown/Filesystem/NullStorage.php b/lib/private/Lockdown/Filesystem/NullStorage.php
index 831d8a8b2a0..3f3aad3df03 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');
}