Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Update account_notifications.php
Browse files Browse the repository at this point in the history
Removed undefined variable $counter as it produced warning.

I guess it was forgotten from previous updates...
  • Loading branch information
gadlol committed Nov 1, 2015
1 parent a1653ca commit bdf1112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
?>
<div class="checkbox">
<label>
<?php echo tep_draw_checkbox_field('products[' . $counter . ']', $products['products_id'], true) . $products['products_name']; ?>
<?php echo tep_draw_checkbox_field('products[]', $products['products_id'], true) . $products['products_name']; ?>
</label>
</div>
<?php
Expand Down

0 comments on commit bdf1112

Please sign in to comment.