1
0
Fork 0

More open_basedir fixes, refs #9541

pull/9555/head
Jordi Boggiano 2020-12-04 10:50:19 +01:00
parent 65b7eeef5f
commit 378a5b72b9
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ class Factory
}
}
if (is_dir('/etc/xdg')) {
if (Silencer::call('is_dir', '/etc/xdg')) {
return true;
}