diff options
author | Friendika <info@friendika.com> | 2011-08-30 19:20:56 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-30 19:20:56 -0700 |
commit | f0a4a6af619b2d9b2fca217c24667f8eea429b62 (patch) | |
tree | 2deebb1ed031f623f6954ed1e8b1e9b465644b40 /include | |
parent | f8da48a880f8b01e2284610e74fe3b2b6ec2dc39 (diff) | |
download | volse-hubzilla-f0a4a6af619b2d9b2fca217c24667f8eea429b62.tar.gz volse-hubzilla-f0a4a6af619b2d9b2fca217c24667f8eea429b62.tar.bz2 volse-hubzilla-f0a4a6af619b2d9b2fca217c24667f8eea429b62.zip |
relayed likes did not verify
Diffstat (limited to 'include')
-rw-r--r-- | include/diaspora.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index fc9289039..0ab467829 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -732,8 +732,8 @@ function diaspora_like($importer,$xml,$msg) { } if($parent_author_signature) { -// $owner_signed_data = $guid . ';' . $parent_guid . ';' . $target_type . ';' . $positive . ';' . $msg['author']; - $owner_signed_data = $guid . ';' . $parent_guid . ';' . $target_type . ';' . $positive . ';' . $diaspora_handle; + + $owner_signed_data = $guid . ';' . $target_type . ';' . $parent_guid . ';' . $positive . ';' . $diaspora_handle; $parent_author_signature = base64_decode($parent_author_signature); |