@@ -198,8 +198,7 @@ |
||
198 | 198 | { |
199 | 199 | try { |
200 | 200 | return $configFile[$section][$varname]; |
201 | - } |
|
202 | - catch (Exception $e) { |
|
201 | + } catch (Exception $e) { |
|
203 | 202 | throw new Exception( "Error loading config file. Variable $varname in section [$section] not found. Check the configuration file."); |
204 | 203 | } |
205 | 204 | } |