summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_update_settings.php
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-09 19:58:19 +0100
committerGitHub <noreply@github.com>2017-03-09 19:58:19 +0100
commit8fcbf879c1f076176db79127337340626969f32a (patch)
treeeab43d9d02df6efc36cb2ba9355d33cad44a35ed /src/usr/local/www/system_update_settings.php
parent176026afe8801d306b2f1bc687a5242ca2689ffa (diff)
downloadpfsense-8fcbf879c1f076176db79127337340626969f32a.zip
pfsense-8fcbf879c1f076176db79127337340626969f32a.tar.gz
Update system_update_settings.php
Diffstat (limited to 'src/usr/local/www/system_update_settings.php')
-rw-r--r--src/usr/local/www/system_update_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_update_settings.php b/src/usr/local/www/system_update_settings.php
index 6984ca3..2d1549b 100644
--- a/src/usr/local/www/system_update_settings.php
+++ b/src/usr/local/www/system_update_settings.php
@@ -96,7 +96,7 @@ if ($_POST) {
unset($config['system']['gitsync']['dryrun']);
}
- write_config();
+ write_config(gettext("Saved system update settings."));
$savemsg = gettext("Changes have been saved successfully");
}
OpenPOWER on IntegriCloud