Make declaration compatible

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/5791/head
Lukas Reschke 9 years ago committed by Roeland Jago Douma
parent db6d785644
commit e9dc4f107a
No known key found for this signature in database
GPG Key ID: F941078878347C0C
  1. 2
      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');
}

Loading…
Cancel
Save