Opsync working
This commit is contained in:
parent
013bf8eb6e
commit
354f059d92
@ -39,10 +39,12 @@ class Op {
|
||||
}
|
||||
|
||||
public static function getOpsAfterJson($esId, $seq){
|
||||
return array_map(
|
||||
json_decode,
|
||||
self::getOpsAfter($esId, $seq)
|
||||
$ops =self::getOpsAfter($esId, $seq);
|
||||
$ops = array_map(
|
||||
function($x){return json_decode($x['opspec']);},
|
||||
$ops
|
||||
);
|
||||
return $ops;
|
||||
}
|
||||
|
||||
public static function getOpsAfter($esId, $seq){
|
||||
|
Loading…
x
Reference in New Issue
Block a user