-
- Downloads
Replaces if ($file === '.' || $file === '..') by...
Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used.
Showing
- apps/files_external/lib/amazons3.php 1 addition, 1 deletionapps/files_external/lib/amazons3.php
- apps/files_external/lib/swift.php 2 additions, 2 deletionsapps/files_external/lib/swift.php
- apps/files_trashbin/lib/trashbin.php 1 addition, 1 deletionapps/files_trashbin/lib/trashbin.php
- lib/private/files/storage/common.php 2 additions, 2 deletionslib/private/files/storage/common.php
- lib/private/files/storage/local.php 1 addition, 1 deletionlib/private/files/storage/local.php
- lib/private/files/storage/polyfill/copydirectory.php 1 addition, 1 deletionlib/private/files/storage/polyfill/copydirectory.php
- lib/private/files/view.php 1 addition, 1 deletionlib/private/files/view.php
- lib/private/util.php 1 addition, 1 deletionlib/private/util.php
- tests/lib/files/storage/wrapper/jail.php 1 addition, 1 deletiontests/lib/files/storage/wrapper/jail.php
- tests/lib/testcase.php 1 addition, 1 deletiontests/lib/testcase.php
Loading
Please register or sign in to comment