Skip to content
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment