Function call

this one must be coming from boot.php
This commit is contained in:
Adam Magness 2017-11-19 14:19:03 -05:00
parent d9e9cbe753
commit 8057afb039
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class Conversation extends BaseObject
*/ */
public function getTemplateData($conv_responses) public function getTemplateData($conv_responses)
{ {
$a = getApp(); $a = get_app();
$result = array(); $result = array();
$i = 0; $i = 0;