diff options
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(); |