Merge branch '1.10'
commit
52f98fd228
|
@ -59,7 +59,7 @@ abstract class BaseExcludeFilter
|
|||
$path = $relativePath;
|
||||
}
|
||||
|
||||
if (preg_match($pattern, $path)) {
|
||||
if (@preg_match($pattern, $path)) {
|
||||
$exclude = !$negate;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue