Skip to content
Snippets Groups Projects
Commit 49125032 authored by Martin Mattel's avatar Martin Mattel
Browse files

Replaces if ($file === '.' || $file === '..') by...

Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used.
parent 7222e5fb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment