backend model fix
This commit is contained in:
@@ -50,7 +50,7 @@ class WRB_Controller extends CI_Controller {
|
||||
$this->load->library(array('session', 'lib_login'));
|
||||
}
|
||||
|
||||
public function wrenchboard_api($in, $out) {
|
||||
public function wrenchboard_api($in, &$out) {
|
||||
$this->load->model('backend_model');
|
||||
// $out = array();
|
||||
return $this->backend_model->wrenchboard_api($in, $out);
|
||||
|
||||
Reference in New Issue
Block a user