]> git.mxchange.org Git - friendica.git/commitdiff
relayed likes did not verify
authorFriendika <info@friendika.com>
Wed, 31 Aug 2011 02:20:56 +0000 (19:20 -0700)
committerFriendika <info@friendika.com>
Wed, 31 Aug 2011 02:20:56 +0000 (19:20 -0700)
include/diaspora.php

index fc928903950400e1e64173a8f94c1f102307d48d..0ab46782917396e5514403b3c2eda0c815c7eef5 100644 (file)
@@ -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);