Fix typo
This commit is contained in:
parent
c1943624ab
commit
01e53ba44a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue