aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-03 05:23:36 -0700
committerFriendika <info@friendika.com>2011-09-03 05:23:36 -0700
commitc8f61ef890e39d703a4f4aff612793177034415a (patch)
tree90a3648492abb36984d669cb260ad0c6558208a2 /include/diaspora.php
parentb026dcb860388a3c120cca367ead8def64977bac (diff)
downloadvolse-hubzilla-c8f61ef890e39d703a4f4aff612793177034415a.tar.gz
volse-hubzilla-c8f61ef890e39d703a4f4aff612793177034415a.tar.bz2
volse-hubzilla-c8f61ef890e39d703a4f4aff612793177034415a.zip
no plink on imported D* posts
Diffstat (limited to 'include/diaspora.php')
-rw-r--r--include/diaspora.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/diaspora.php b/include/diaspora.php
index 89afc46f9..6d070ecba 100644
--- a/include/diaspora.php
+++ b/include/diaspora.php
@@ -398,6 +398,7 @@ function diaspora_request($importer,$xml) {
function diaspora_post($importer,$xml) {
+ $a = get_app();
$guid = notags(unxmlify($xml->guid));
$diaspora_handle = notags(unxmlify($xml->diaspora_handle));
@@ -472,6 +473,7 @@ function diaspora_post($importer,$xml) {
function diaspora_comment($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));
@@ -609,6 +611,7 @@ function diaspora_comment($importer,$xml,$msg) {
function diaspora_photo($importer,$xml,$msg) {
+ $a = get_app();
$remote_photo_path = notags(unxmlify($xml->remote_photo_path));
$remote_photo_name = notags(unxmlify($xml->remote_photo_name));