debug
This commit is contained in:
@@ -24,8 +24,8 @@ class BackendModel extends Model
|
||||
public function wrenchboard_api($in, &$out = array()) {
|
||||
log_message('critical', "wrenchboard_api-STARTING" );
|
||||
$out = $in;
|
||||
$ret = 1202020;
|
||||
/*
|
||||
$ret = 1333320;
|
||||
|
||||
$this->wrenchboard_load();
|
||||
if (!is_array($in)) {
|
||||
$in = array();
|
||||
@@ -41,7 +41,7 @@ class BackendModel extends Model
|
||||
error_log($log);
|
||||
error_log(json_encode($in));
|
||||
}
|
||||
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
|
||||
/* $ret = $this->wrenchboard->wrenchboard_api($in, $out);
|
||||
*/
|
||||
return $ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user