1
0
mirror of synced 2025-02-09 00:39:25 +03:00

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
commit 59a0410951

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
);
}