summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-21 17:48:25 +0100
committerGitHub <noreply@github.com>2017-03-21 17:48:25 +0100
commit954de84f069b73d954e0435d87a8e631b818b158 (patch)
tree77f8387abd862ca7dd9d635b0d8a4328a0f81906 /src
parent2fbc10839b46c187b24a502e15a24b123d86aeba (diff)
downloadpfsense-954de84f069b73d954e0435d87a8e631b818b158.zip
pfsense-954de84f069b73d954e0435d87a8e631b818b158.tar.gz
Add reason to write_config() call
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/firewall_virtual_ip_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_virtual_ip_edit.php b/src/usr/local/www/firewall_virtual_ip_edit.php
index 6a76e0b..f550d83 100644
--- a/src/usr/local/www/firewall_virtual_ip_edit.php
+++ b/src/usr/local/www/firewall_virtual_ip_edit.php
@@ -270,7 +270,7 @@ if ($_POST['save']) {
$a_vip[$id] = $vipent;
- if (write_config()) {
+ if (write_config(gettext("Saved/edited a virtual IP."))) {
mark_subsystem_dirty('vip');
file_put_contents("{$g['tmp_path']}/.firewall_virtual_ip.apply", serialize($toapplylist));
}
OpenPOWER on IntegriCloud