Update function call

missed function call change
Este commit está contenido en:
Adam Magness 2017-11-16 15:58:50 -05:00
padre 681f5d8771
commit 297aa1a528
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -158,7 +158,7 @@ class Conversation extends BaseObject
continue;
}
$item_data = $item->get_template_data($conv_responses);
$item_data = $item->getTemplateData($conv_responses);
if (!$item_data) {
logger('[ERROR] Conversation::get_template_data : Failed to get item template data ('. $item->getId() .').', LOGGER_DEBUG);