]> git.mxchange.org Git - friendica.git/commitdiff
was passing the wrong arguments to the signature storage function
authorZach Prezkuta <fermion@gmx.com>
Sat, 16 Jun 2012 17:29:56 +0000 (11:29 -0600)
committerZach Prezkuta <fermion@gmx.com>
Tue, 26 Jun 2012 01:03:03 +0000 (19:03 -0600)
mod/like.php

index 3c6dfa59b5426a55967830f05211d5bba70af969..54d63b14569fc1a45f6d1dbd5cf26155f61d7ade 100755 (executable)
@@ -211,7 +211,7 @@ EOT;
 
 
        // Save the author information for the like in case we need to relay to Diaspora
-       store_diaspora_like_sig($activity, $item, $like_item, $contact);
+       store_diaspora_like_sig($activity, $post_type, $contact, $post_id);
 
 
        $arr['id'] = $post_id;