]> git.mxchange.org Git - friendica.git/blobdiff - object/Conversation.php
added spaces + removed parentheses (include/require are no functions)
[friendica.git] / object / Conversation.php
index 36c06c6d62d2c3014f880c8017b1a4f8814c4e9b..eb5b3b9b486985fe67bc0c8958cb3f33912293c8 100644 (file)
@@ -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;