diff options
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-x | include/diaspora.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index ae2db9407..1d0896936 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -1805,6 +1805,7 @@ function diaspora_like($importer,$xml,$msg) { */ $signed_data = $guid . ';' . $target_type . ';' . $parent_guid . ';' . $positive . ';' . $diaspora_handle; + $key = $msg['key']; if($parent_author_signature) { @@ -1894,7 +1895,6 @@ function diaspora_like($importer,$xml,$msg) { $arr = array(); - $arr['uri'] = $uri; $arr['uid'] = $importer['channel_id']; $arr['aid'] = $importer['channel_account_id']; $arr['mid'] = $guid; |