Fix typo
This commit is contained in:
parent
c1943624ab
commit
01e53ba44a
@ -31,7 +31,7 @@ $helperSet = null;
|
|||||||
if (file_exists($configFile)) {
|
if (file_exists($configFile)) {
|
||||||
if ( ! is_readable($configFile)) {
|
if ( ! is_readable($configFile)) {
|
||||||
trigger_error(
|
trigger_error(
|
||||||
'Configuration file [' . $configFile . '] does not have read permission.', E_ERROR
|
'Configuration file [' . $configFile . '] does not have read permission.', E_USER_ERROR
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user