Fix removeCursor injection by timeout
This commit is contained in:
parent
3decff5ccd
commit
59e701cb38
@ -145,7 +145,7 @@ try{
|
||||
|
||||
$inactiveMembers = $member->updateByTimeout($esId);
|
||||
foreach ($inactiveMembers as $inactive){
|
||||
$op->removeCursor($esId, $inactive['member_id']);
|
||||
$op->removeCursor($esId, $inactive);
|
||||
}
|
||||
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user