refs #8376; spaces=>tabs

This commit is contained in:
Sjors van der Pluijm 2014-04-28 19:52:06 +02:00
parent 54f482ff9c
commit e8a287f5bb
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class MappedLocal extends \OC\Files\Storage\Common{
); );
/** /**
* RecursiveDirectoryIterator on an NFS path isn't iterable with foreach * 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 * See #8376
*/ */
$it->rewind(); $it->rewind();