Skip to content

Commit b8e9435

Browse files
author
php-schubser
committed
small fix
1 parent 30fe35d commit b8e9435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new_files/admin/includes/modules/system/fs_cleverreach_interface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function display()
2323
'text' => '<br /><div align="center">' . xtc_button(BUTTON_SAVE).
2424
xtc_button_link(BUTTON_EXPORT, xtc_href_link("../interface/fs_cleverreach_interface.php")) .
2525
xtc_button_link(BUTTON_EXPORT_FILTER_AMAZON, xtc_href_link("../interface/fs_cleverreach_interface.php", 'export_filter_amazon=1'), 'name="export_filter_amazon"') .
26-
xtc_button_link(BUTTON_CANCEL, xtc_href_link(FILENAME_MODULE_EXPORT, 'set=' . $_GET['set'] . '&module=fw_free_products')) . "</div>"
26+
xtc_button_link(BUTTON_CANCEL, xtc_href_link(FILENAME_MODULE_EXPORT, 'set=' . $_GET['set'] . '&module=fs_cleverreach_interface')) . "</div>"
2727
];
2828
}
2929

0 commit comments

Comments
 (0)