Plugin Directory

Changeset 592170


Ignore:
Timestamp:
08/30/2012 02:19:27 AM (14 years ago)
Author:
stariy
Message:

bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-sns-share/trunk/wp-sns-share.php

    r591743 r592170  
    8888if(!empty($sinaOption['oauth_token'])){
    8989    if(WPSNSShare_sina_token_expire($options['sync']['sina'])){
    90         $ret = WPSNSShare_sina_refresh_token();
     90        $ret = WPSNSShare_sina_refresh_token($sinaOption);
    9191        if($ret){
    9292        }
Note: See TracChangeset for help on using the changeset viewer.