Skip to content

Commit

Permalink
Minor form update to prevent warnings on change
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed Aug 8, 2018
1 parent 06546bf commit 3f28413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation_devices.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function display_discovery_page() {
/* generate page list */
$nav = html_nav_bar('automation_devices.php', MAX_DISPLAY_PAGES, get_request_var('page'), $rows, $total_rows, 12, __('Devices'), 'page', 'main');

form_start('automation_devices.php', 'automation_devices');
form_start('automation_devices.php', 'chk');

print $nav;

Expand Down

0 comments on commit 3f28413

Please sign in to comment.