Merge pull request #5729 from funivan/patch-1

Fix typo
This commit is contained in:
Guilherme Blanco
2016-04-21 11:26:15 -04:00

View File

@@ -31,7 +31,7 @@ $helperSet = null;
if (file_exists($configFile)) {
if ( ! is_readable($configFile)) {
trigger_error(
'Configuration file [' . $configFile . '] does not have read permission.', E_ERROR
'Configuration file [' . $configFile . '] does not have read permission.', E_USER_ERROR
);
}