was passing the wrong arguments to the signature storage function
This commit is contained in:
parent
5773241537
commit
f495ba2bcb
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue