]> git.mxchange.org Git - friendica.git/commitdiff
get_app for diaspora_like
authorFriendika <info@friendika.com>
Sun, 21 Aug 2011 01:08:43 +0000 (18:08 -0700)
committerFriendika <info@friendika.com>
Sun, 21 Aug 2011 01:08:43 +0000 (18:08 -0700)
include/diaspora.php

index 44b97400b2fe8ccfa2fe4f58b397fb59c254b428..08dcee138bd22212df4829d9fd962206c62cc2a1 100644 (file)
@@ -599,6 +599,7 @@ function diaspora_comment($importer,$xml,$msg) {
 
 function diaspora_like($importer,$xml,$msg) {
 
+       $a = get_app();
        $guid = notags(unxmlify($xml->guid));
        $parent_guid = notags(unxmlify($xml->parent_guid));
        $diaspora_handle = notags(unxmlify($xml->diaspora_handle));