summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_schedule.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/firewall_schedule.php')
-rw-r--r--src/usr/local/www/firewall_schedule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_schedule.php b/src/usr/local/www/firewall_schedule.php
index 0b6965c..3f00936 100644
--- a/src/usr/local/www/firewall_schedule.php
+++ b/src/usr/local/www/firewall_schedule.php
@@ -138,7 +138,7 @@ foreach ($a_schedules as $schedule):
?>
<tr>
<td>
- <?=(true) ? '<a title="' . gettext("Schedule is currently active") . '">' . CLOCK . '</a>':''?>
+ <?=($schedstatus) ? '<a title="' . gettext("Schedule is currently active") . '">' . CLOCK . '</a>':''?>
</td>
<td>
<?=htmlspecialchars($schedule['name'])?>
OpenPOWER on IntegriCloud