refs #8376; spaces=>tabs
This commit is contained in:
parent
54f482ff9c
commit
e8a287f5bb
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue