out reference
This commit is contained in:
@@ -21,7 +21,7 @@ class BackendModel extends Model
|
||||
}
|
||||
|
||||
|
||||
public function wrenchboard_api($in, $out = array()) {
|
||||
public function wrenchboard_api($in, &$out) {
|
||||
log_message('critical', "wrenchboard_api-STARTING" );
|
||||
$ret = 10999;
|
||||
$out = $in;
|
||||
|
||||
Reference in New Issue
Block a user