diff options
author | Sjors van der Pluijm <sjors@desjors.nl> | 2014-04-28 19:52:06 +0200 |
---|---|---|
committer | Sjors van der Pluijm <sjors@desjors.nl> | 2014-04-28 19:52:06 +0200 |
commit | e8a287f5bbb07d1c472af83bfe600067b13c7406 (patch) | |
tree | 838cac88dce5476eeef9aeeed052450d22c6dfc1 /lib/private | |
parent | 54f482ff9cf4e0bae89a85c3c291204da5910d96 (diff) | |
download | nextcloud-server-e8a287f5bbb07d1c472af83bfe600067b13c7406.tar.gz nextcloud-server-e8a287f5bbb07d1c472af83bfe600067b13c7406.zip |
refs #8376; spaces=>tabs
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/files/storage/mappedlocal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/storage/mappedlocal.php b/lib/private/files/storage/mappedlocal.php index f995cb00c7a..07691661644 100644 --- a/lib/private/files/storage/mappedlocal.php +++ b/lib/private/files/storage/mappedlocal.php @@ -41,7 +41,7 @@ class MappedLocal extends \OC\Files\Storage\Common{ ); /** * RecursiveDirectoryIterator on an NFS path isn't iterable with foreach - * This bug is fixed in PHP 5.5.9 or before + * This bug is fixed in PHP 5.5.9 or before * See #8376 */ $it->rewind(); |