model/Config.php:

- Config::read(): error_log() attemps to read undefined config options


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1549 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 11 years ago
parent c6ca4f9bae
commit f748f31137

@ -101,6 +101,8 @@ final class Config {
}
break;
}
error_log('Config::read(): attemp to read undefined config option "' . join('.', $name) . '", returning null');
return null;
}

Loading…
Cancel
Save