Array fix
This commit is contained in:
@@ -298,7 +298,7 @@ class WrenchApi extends BaseController
|
||||
$get_param = $_GET['reqData'] ?? null;
|
||||
$raw_array = ($get_param!=null) ? json_decode($get_param, true):[];
|
||||
}
|
||||
|
||||
$in = $raw_array;
|
||||
|
||||
//-- move to another module start
|
||||
$call_backend = true;
|
||||
|
||||
Reference in New Issue
Block a user