X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=object%2FConversation.php;h=f03b3b1c1bc00cfbada58c7f0a93495d3394bd78;hb=52b12fccc94a7ed1f0304e24e746436971f08a4f;hp=36c06c6d62d2c3014f880c8017b1a4f8814c4e9b;hpb=7886de5c393591eaf4e05f2a496a4f40060cb262;p=friendica.git diff --git a/object/Conversation.php b/object/Conversation.php index 36c06c6d62..f03b3b1c1b 100644 --- a/object/Conversation.php +++ b/object/Conversation.php @@ -127,7 +127,7 @@ class Conversation extends BaseObject { * _ false on failure */ public function get_template_data($conv_responses) { - global $a; + $a = get_app(); $result = array(); $i = 0; @@ -164,4 +164,3 @@ class Conversation extends BaseObject { return false; } } -?>