get_app for diaspora_like
This commit is contained in:
parent
f5c0443b91
commit
c6cab2cfa8
|
@ -599,6 +599,7 @@ function diaspora_comment($importer,$xml,$msg) {
|
||||||
|
|
||||||
function diaspora_like($importer,$xml,$msg) {
|
function diaspora_like($importer,$xml,$msg) {
|
||||||
|
|
||||||
|
$a = get_app();
|
||||||
$guid = notags(unxmlify($xml->guid));
|
$guid = notags(unxmlify($xml->guid));
|
||||||
$parent_guid = notags(unxmlify($xml->parent_guid));
|
$parent_guid = notags(unxmlify($xml->parent_guid));
|
||||||
$diaspora_handle = notags(unxmlify($xml->diaspora_handle));
|
$diaspora_handle = notags(unxmlify($xml->diaspora_handle));
|
||||||
|
|
Loading…
Reference in a new issue