|
@@ -51,7 +51,7 @@ |
|
|
block discarded – undo |
|
51
|
51
|
// Check that all mandatory values are defined |
|
52
|
52
|
foreach (self::$mandatoryValues as $mandatoryValue) |
|
53
|
53
|
if (!isset($this->_configuration[$mandatoryValue]) || ($this->_configuration[$mandatoryValue] != '0' && empty($this->_configuration[$mandatoryValue]))) |
|
54
|
|
- throw new InvalidConfigurationException('Mandatory configuration value "' . $mandatoryValue . '" is missing'); |
|
|
54
|
+ throw new InvalidConfigurationException('Mandatory configuration value "'.$mandatoryValue.'" is missing'); |
|
55
|
55
|
|
|
56
|
56
|
if (!is_readable($this->_configuration['database_path'])) |
|
57
|
57
|
throw new InvalidConfigurationException('The database path does not exist or is not writable'); |
Please login to merge, or discard this patch.