fixed bug in Client.php

This commit is contained in:
Li Jianxuan 2015-01-30 13:08:58 +00:00
parent 24e562dd52
commit 4805826b4e
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class Client extends \Zend_Controller_Plugin_Abstract
$cache_data = json_decode($data['response'],true);
$userinfo = json_decode($cache_data['userInfo']);
$userinfo = json_decode($cache_data['userInfo'],true);
if(!is_array($cache_data) || !isset($cache_data['expires_in']) || !isset($userinfo['cstnetId']))
{