Standards
This commit is contained in:
@@ -282,7 +282,7 @@ class Processor
|
|||||||
|
|
||||||
if (!empty($activity['context'])) {
|
if (!empty($activity['context'])) {
|
||||||
$item['conversation'] = $activity['context'];
|
$item['conversation'] = $activity['context'];
|
||||||
} elseif(!empty($activity['conversation'])) {
|
} elseif (!empty($activity['conversation'])) {
|
||||||
$item['conversation'] = $activity['conversation'];
|
$item['conversation'] = $activity['conversation'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ class Queue
|
|||||||
|
|
||||||
if (!empty($activity['context'])) {
|
if (!empty($activity['context'])) {
|
||||||
$fields['conversation'] = $activity['context'];
|
$fields['conversation'] = $activity['context'];
|
||||||
} elseif(!empty($activity['conversation'])) {
|
} elseif (!empty($activity['conversation'])) {
|
||||||
$fields['conversation'] = $activity['conversation'];
|
$fields['conversation'] = $activity['conversation'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user