Merge remote-tracking branch 'origin/QA_4_6' into QA_4_6
This commit is contained in:
commit
b28aba3ef5
@ -463,8 +463,9 @@ class Advisor
|
||||
$lines = array();
|
||||
|
||||
if ($file === FALSE) {
|
||||
$errors[] = __(
|
||||
'Error in reading file: The file \'' . $filename .'\' does not exist or is not readable'
|
||||
$errors[] = sprintf(
|
||||
__('Error in reading file: The file \'%s\' does not exist or is not readable!'),
|
||||
$filename
|
||||
);
|
||||
return array('rules' => $rules, 'lines' => $lines, 'errors' => $errors);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user