Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Make sure data is normalized when using currentUniquePath
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed May 27, 2016
1 parent b3d35c8 commit 1e28a12
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -366,6 +366,7 @@ protected function innerReadDirFiltered($resource){
if($test === false || $test == "." || $test == ".."){
return $test;
}
$test = \Normalizer::normalize($test);
if($this->currentUniquePath == $test) {
return $test;
}
Expand Down

0 comments on commit 1e28a12

Please sign in to comment.