Plugin Directory

Changeset 357511

Timestamp:
03/09/2011 02:33:29 AM (13 years ago)
Author:
jghazally
Message:

fix function exist from the wrong string : http://getshopped.org/forums/topic.php?id=18107

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-e-commerce/branches/3.8-development/wpsc-admin/ajax-and-init.php

    r357498 r357511  
    437437            if ( $_REQUEST['value'] == 1 && function_exists('wpsc_member_dedeactivate_subscriptions'))
    438438                    wpsc_member_dedeactivate_subscriptions( $_POST['id'] );
    439             elseif( function_exists('wpsc_member_dedeactivate_subscriptions'))
     439            elseif( function_exists('wpsc_member_deactivate_subscriptions'))
    440440                wpsc_member_deactivate_subscriptions( $_POST['id'] );
    441441           
Note: See TracChangeset for help on using the changeset viewer.