Changeset 1999605
- Timestamp:
- 12/21/2018 11:25:58 AM (7 years ago)
- File:
-
- 1 edited
-
feedo/trunk/templates/setting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
feedo/trunk/templates/setting.php
r1999595 r1999605 19 19 if (isset( $_GET['action'] ) && isset( $_GET['id'] )): 20 20 if($_GET['action']=='delete'): 21 $removecatmap = \Inc\Common::getServerData('api/delete_category_mapping ',array('id' => intval($_GET['id']),'shopid' => $shopid ));21 $removecatmap = \Inc\Common::getServerData('api/delete_category_mapping_new',array('id' => intval($_GET['id']),'shopid' => $shopid )); 22 22 $_SESSION['feedo_message'] = "Changes Saved Successfully."; 23 23 wp_redirect(FEEDO_SETTINGURL);
Note: See TracChangeset
for help on using the changeset viewer.