summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/local.php
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@owncloud.com>2015-08-07 22:16:47 +0100
committerRobin McCorkell <rmccorkell@owncloud.com>2015-08-07 22:16:47 +0100
commit214729a5524e2c406415985717c174bedc810954 (patch)
treeb1b27273ef8f951e1cdba1aa60eb334843dee418 /lib/private/files/storage/local.php
parentca8f7fd69c63a8149e73df98d77e489b319f37e4 (diff)
parentda951ba059209914849dd9a289ea3f398bbab70e (diff)
downloadnextcloud-server-214729a5524e2c406415985717c174bedc810954.tar.gz
nextcloud-server-214729a5524e2c406415985717c174bedc810954.zip
Merge pull request #14779 from owncloud/use-iterator-directory
Use the new IteratorDirectory instead of the fakedir wrapper
Diffstat (limited to 'lib/private/files/storage/local.php')
-rw-r--r--lib/private/files/storage/local.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/files/storage/local.php b/lib/private/files/storage/local.php
index b7272b7d1f0..3676fe69131 100644
--- a/lib/private/files/storage/local.php
+++ b/lib/private/files/storage/local.php
@@ -35,7 +35,6 @@
*/
namespace OC\Files\Storage;
-
/**
* for local filestore, we only have to map the paths
*/