edit-plan-xcall-video
This commit is contained in:
@@ -105,7 +105,7 @@ class Xzcall extends HD_Controller
|
||||
$row = $this->receiver_xz_model->get(array('mid' => $data['mid']));
|
||||
if ($row) {
|
||||
$jsondata = json_decode($row['json_data'], true);
|
||||
if ($data['getFileUrl']) {
|
||||
if ($data['readUrl']) {
|
||||
require_once COMMPATH . 'third_party/Xcall/Xcall.php';
|
||||
$xcall = new Xcall();
|
||||
$result = $xcall->getFile($data['readUrl'], $data['mid'], $data['tag']);
|
||||
|
||||
Reference in New Issue
Block a user