diff options
author | Renato Botelho <renato@netgate.com> | 2015-06-29 07:42:51 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-06-29 07:42:51 -0300 |
commit | 41f61ff83cfd67fc0302d2b051b7edbdabce60bd (patch) | |
tree | f4bdab2c7d322a49ac50c94cc081e94a26f6851f | |
parent | 8e0277394c352ded2a414162f079f7f5da7b0395 (diff) | |
parent | be8c33396a4cf7fe504ddf2802724cc8d7df1ed0 (diff) | |
download | pfsense-packages-41f61ff83cfd67fc0302d2b051b7edbdabce60bd.tar.gz pfsense-packages-41f61ff83cfd67fc0302d2b051b7edbdabce60bd.tar.bz2 pfsense-packages-41f61ff83cfd67fc0302d2b051b7edbdabce60bd.zip |
Merge pull request #891 from lukehamburg/patch-1
-rw-r--r-- | config/mailreport/status_mail_report_add_cmd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mailreport/status_mail_report_add_cmd.php b/config/mailreport/status_mail_report_add_cmd.php index 6a924142..b60f9a80 100644 --- a/config/mailreport/status_mail_report_add_cmd.php +++ b/config/mailreport/status_mail_report_add_cmd.php @@ -130,7 +130,7 @@ include("head.inc"); <input name="Submit" type="submit" class="formbtn" value="<?=gettext("Save");?>"> <a href="status_mail_report_edit.php?id=<?php echo $reportid;?>"><input name="cancel" type="button" class="formbtn" value="<?=gettext("Cancel");?>"></a> <input name="reportid" type="hidden" value="<?=htmlspecialchars($reportid);?>"> - <?php if (isset($id) && $a_graphs[$id]): ?> + <?php if (isset($id) && $a_cmds[$id]): ?> <input name="id" type="hidden" value="<?=htmlspecialchars($id);?>"> <?php endif; ?> </td> |