summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_wol_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_wol_edit.php')
-rw-r--r--src/usr/local/www/services_wol_edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/services_wol_edit.php b/src/usr/local/www/services_wol_edit.php
index 9163ee4..0bbcda3 100644
--- a/src/usr/local/www/services_wol_edit.php
+++ b/src/usr/local/www/services_wol_edit.php
@@ -137,8 +137,9 @@ if ($_POST) {
$pgtitle = array(gettext("Services"), gettext("Wake on LAN"), gettext("Edit"));
include("head.inc");
-if ($input_errors)
+if ($input_errors) {
print_input_errors($input_errors);
+}
$form = new Form;
OpenPOWER on IntegriCloud