Update function call
missed function call change
This commit is contained in:
parent
d127d06388
commit
f96b841799
|
@ -158,7 +158,7 @@ class Conversation extends BaseObject
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$item_data = $item->get_template_data($conv_responses);
|
$item_data = $item->getTemplateData($conv_responses);
|
||||||
|
|
||||||
if (!$item_data) {
|
if (!$item_data) {
|
||||||
logger('[ERROR] Conversation::get_template_data : Failed to get item template data ('. $item->getId() .').', LOGGER_DEBUG);
|
logger('[ERROR] Conversation::get_template_data : Failed to get item template data ('. $item->getId() .').', LOGGER_DEBUG);
|
||||||
|
|
Loading…
Reference in a new issue