Use file_exists to fix the unittests

remotes/origin/stable6
Bart Visscher 12 years ago
parent 64f16f1db1
commit ae2b3732de
  1. 2
      lib/config.php

@ -129,7 +129,7 @@ class Config {
}
// Include file and merge config
foreach ($configFiles as $file) {
if (!is_file($file)) {
if (!file_exists($file)) {
continue;
}
unset($CONFIG);

Loading…
Cancel
Save