Skip to content

Commit

Permalink
Incorporate ZC 1.5.6a admin/attributes_controller modification.
Browse files Browse the repository at this point in the history
File is definitely "backwards" compatible with ZC 1.5.6.  Fixes issue with it.
  • Loading branch information
mc12345678 committed Jan 5, 2019
1 parent 8e00a80 commit 958f428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1_5_6/admin/attributes_controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ function init() {
if ($action == 'attribute_features_copy_to_category') {
?>
<div class="row">
<?php zen_draw_form('product_copy_to_category', FILENAME_ATTRIBUTES_CONTROLLER, 'action=update_attributes_copy_to_category', 'post', 'class="form-horizontal"'); ?>
<?php echo zen_draw_form('product_copy_to_category', FILENAME_ATTRIBUTES_CONTROLLER, 'action=update_attributes_copy_to_category', 'post', 'class="form-horizontal"'); ?>
<?php echo zen_draw_hidden_field('products_filter', $_GET['products_filter']); ?>
<?php echo zen_draw_hidden_field('products_id', $_GET['products_filter']); ?>
<?php echo zen_draw_hidden_field('products_update_id', $_GET['products_update_id']); ?>
Expand Down

0 comments on commit 958f428

Please sign in to comment.