summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@owncloud.com>2016-04-19 14:03:39 +0200
committerRoeland Jago Douma <rullzer@owncloud.com>2016-04-19 14:04:00 +0200
commitb53d6598f10c97318fbf065369f5b097eb134e28 (patch)
treee8386af78d80efb4ca3e66df70d162bcf9903aec /apps
parentf27d7cbf996a80b1dc1087f5275291f9d938faac (diff)
downloadnextcloud-server-b53d6598f10c97318fbf065369f5b097eb134e28.tar.gz
nextcloud-server-b53d6598f10c97318fbf065369f5b097eb134e28.zip
Move moveFromCache to CacheJail
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/lib/cache.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files_sharing/lib/cache.php b/apps/files_sharing/lib/cache.php
index 88d6939012b..4dcdaa892ad 100644
--- a/apps/files_sharing/lib/cache.php
+++ b/apps/files_sharing/lib/cache.php
@@ -102,8 +102,4 @@ class Shared_Cache extends CacheJail {
public function clear() {
// Not a valid action for Shared Cache
}
-
- public function moveFromCache(\OCP\Files\Cache\ICache $sourceCache, $sourcePath, $targetPath) {
- parent::moveFromCache($sourceCache, $sourcePath, $this->storage->getSourcePath($targetPath));
- }
}