From: Zach Prezkuta Date: Sat, 16 Jun 2012 17:29:56 +0000 (-0600) Subject: was passing the wrong arguments to the signature storage function X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f495ba2bcbf3d80e6919672f0d0e5f375aa1a20d;p=friendica.git was passing the wrong arguments to the signature storage function --- diff --git a/mod/like.php b/mod/like.php index 3c6dfa59b5..54d63b1456 100755 --- a/mod/like.php +++ b/mod/like.php @@ -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;