From: Friendika Date: Wed, 31 Aug 2011 02:20:56 +0000 (-0700) Subject: relayed likes did not verify X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f0a4a6af619b2d9b2fca217c24667f8eea429b62;p=friendica.git relayed likes did not verify --- diff --git a/include/diaspora.php b/include/diaspora.php index fc92890395..0ab4678291 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);