Standards
This commit is contained in:
parent
5d6eb4670a
commit
6a19639ac2
|
@ -282,7 +282,7 @@ class Processor
|
|||
|
||||
if (!empty($activity['context'])) {
|
||||
$item['conversation'] = $activity['context'];
|
||||
} elseif(!empty($activity['conversation'])) {
|
||||
} elseif (!empty($activity['conversation'])) {
|
||||
$item['conversation'] = $activity['conversation'];
|
||||
}
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ class Queue
|
|||
|
||||
if (!empty($activity['context'])) {
|
||||
$fields['conversation'] = $activity['context'];
|
||||
} elseif(!empty($activity['conversation'])) {
|
||||
} elseif (!empty($activity['conversation'])) {
|
||||
$fields['conversation'] = $activity['conversation'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue