Commit ca9ab9b6 authored by Franco Fichtner's avatar Franco Fichtner

Merge pull request #149 from dotike/locale.EN.canonical-catch-upstream

Locale.en.canonical catch upstream
parents 701d2346 38b1ba20
...@@ -177,7 +177,7 @@ function write_config($desc = 'Unknown', $backup = true) ...@@ -177,7 +177,7 @@ function write_config($desc = 'Unknown', $backup = true)
$cnf->save($revision_info, $backup); $cnf->save($revision_info, $backup);
} catch (OPNsense\Core\ConfigException $e) { } catch (OPNsense\Core\ConfigException $e) {
// write failure // 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()'))); file_notice('config.xml', sprintf("%s\n", gettext('Unable to open /conf/config.xml for writing in write_config()')));
return -1; return -1;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment