fix
This commit is contained in:
@@ -51,9 +51,11 @@ class JUB_Controller extends CI_Controller {
|
||||
|
||||
protected function jubabox_webapi($action, $in, &$out) {
|
||||
$this->load->model('backend_model');
|
||||
$in["action"] = $action;
|
||||
$in["pid"] = 100;
|
||||
return $this->backend_model->jubabox_api($in, $out);
|
||||
$in["action"] = $action;
|
||||
$in["pid"] = 100;
|
||||
$ret = $this->backend_model->jubabox_api($in, $out);
|
||||
//echo $ret;
|
||||
return $ret;
|
||||
}
|
||||
|
||||
function formatedMesage($msgType, $theMessage) {
|
||||
|
||||
Reference in New Issue
Block a user