From: Adam Magness Date: Sun, 19 Nov 2017 19:19:03 +0000 (-0500) Subject: Function call X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8057afb039b0fbfa0f9e142e36b5a4509c03074b;p=friendica.git Function call this one must be coming from boot.php --- diff --git a/src/Core/Conversation.php b/src/Core/Conversation.php index 10d0e46f1a..ba3302d64d 100644 --- a/src/Core/Conversation.php +++ b/src/Core/Conversation.php @@ -165,7 +165,7 @@ class Conversation extends BaseObject */ public function getTemplateData($conv_responses) { - $a = getApp(); + $a = get_app(); $result = array(); $i = 0;