mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
Merge pull request #149 from dotike/locale.EN.canonical-catch-upstream
Locale.en.canonical catch upstream
This commit is contained in:
commit
ca9ab9b673
@ -177,7 +177,7 @@ function write_config($desc = 'Unknown', $backup = true)
|
||||
$cnf->save($revision_info, $backup);
|
||||
} catch (OPNsense\Core\ConfigException $e) {
|
||||
// write failure
|
||||
log_error(gettext("WARNING: Config contents could not be save. Could not open file!"));
|
||||
log_error(gettext("WARNING: Config contents could not be saved. Could not open file!"));
|
||||
file_notice('config.xml', sprintf("%s\n", gettext('Unable to open /conf/config.xml for writing in write_config()')));
|
||||
return -1;
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user