Fix not sending of rider event. #617
This commit is contained in:
parent
473ace4f23
commit
7a57ce0fac
1 changed files with 1 additions and 1 deletions
|
|
@ -953,7 +953,7 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
|
|||
if (empty($error_array))
|
||||
{
|
||||
// set rider unavailable
|
||||
$rider->setAvailable(false);
|
||||
// $rider->setAvailable(false);
|
||||
|
||||
// the event
|
||||
$event = new JOEvent();
|
||||
|
|
|
|||
Loading…
Reference in a new issue