get_app for diaspora_like

This commit is contained in:
Friendika 2011-08-20 18:08:43 -07:00
parent f5c0443b91
commit c6cab2cfa8
1 changed files with 1 additions and 0 deletions

View 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));