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