[FIX] Config option detection

This commit is contained in:
Sebastian Grewe 2014-01-10 15:47:57 +01:00
parent 0b43c66e67
commit 07b90dbc58

View File

@ -7,7 +7,7 @@ chdir(dirname(__FILE__));
require_once('shared.inc.php');
// Simple configuration check
if (empty($config['coldwallet'])) {
if (unset($config['coldwallet'])) {
$log->logFatal('Missing config option: coldwallet');
$monitoring->endCronjob($cron_name, 'E0075', 1, true);
}