diff options
author | Robin Appelman <icewind@owncloud.com> | 2016-03-10 13:38:48 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2016-03-11 13:15:45 +0100 |
commit | a8db587b1f036bba917288372405d8d830faee54 (patch) | |
tree | 58de6a57d46dbfcb82feaec1a07efb541c6dd06a /apps/files_sharing/lib | |
parent | 3bd6fc797dd5635f3881f303f3b475af636373a7 (diff) | |
download | nextcloud-server-a8db587b1f036bba917288372405d8d830faee54.tar.gz nextcloud-server-a8db587b1f036bba917288372405d8d830faee54.zip |
move failedstorage to core
Diffstat (limited to 'apps/files_sharing/lib')
-rw-r--r-- | apps/files_sharing/lib/sharedstorage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/sharedstorage.php b/apps/files_sharing/lib/sharedstorage.php index 6257320ca4e..8f4888d20e2 100644 --- a/apps/files_sharing/lib/sharedstorage.php +++ b/apps/files_sharing/lib/sharedstorage.php @@ -31,7 +31,7 @@ namespace OC\Files\Storage; use OC\Files\Filesystem; -use OCA\Files_External\Lib\FailedCache; +use OC\Files\Cache\FailedCache; use OCA\Files_Sharing\ISharedStorage; use OCP\Constants; use OCP\Files\Cache\ICacheEntry; |