Plugin Directory

Changeset 1999605


Ignore:
Timestamp:
12/21/2018 11:25:58 AM (7 years ago)
Author:
regalix
Message:

Updated for backward compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • feedo/trunk/templates/setting.php

    r1999595 r1999605  
    1919if (isset( $_GET['action'] ) && isset( $_GET['id'] )):
    2020    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 ));
    2222        $_SESSION['feedo_message'] = "Changes Saved Successfully.";     
    2323        wp_redirect(FEEDO_SETTINGURL);
Note: See TracChangeset for help on using the changeset viewer.