aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-20 18:08:43 -0700
committerFriendika <info@friendika.com>2011-08-20 18:08:43 -0700
commitc6cab2cfa855da8589f2a6714b0231085df710e5 (patch)
tree7e4000f4504e3e7f5aec8eb34ba12cbb74ccb784 /include
parentf5c0443b91b7be1d75b19f72a30dc01041cf157c (diff)
downloadvolse-hubzilla-c6cab2cfa855da8589f2a6714b0231085df710e5.tar.gz
volse-hubzilla-c6cab2cfa855da8589f2a6714b0231085df710e5.tar.bz2
volse-hubzilla-c6cab2cfa855da8589f2a6714b0231085df710e5.zip
get_app for diaspora_like
Diffstat (limited to 'include')
-rw-r--r--include/diaspora.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/diaspora.php b/include/diaspora.php
index 44b97400b..08dcee138 100644
--- a/include/diaspora.php
+++ b/include/diaspora.php
@@ -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));