From 8901d6e7b3fd0ded2b65dcc0fa649c8fb665ef79 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Tue, 7 Mar 2017 12:24:03 +0100 Subject: [PATCH] Add reason to write_config() call --- src/usr/local/www/services_dyndns_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php index 07f16364db..083fce9292 100644 --- a/src/usr/local/www/services_dyndns_edit.php +++ b/src/usr/local/www/services_dyndns_edit.php @@ -192,7 +192,7 @@ if ($_POST['save'] || $_POST['force']) { $a_dyndns[$i]['id'] = $i; } - write_config(); + write_config(gettext("Dynamic DNS client configured.")); services_dyndns_configure_client($dyndns);