diff options
author | Zach Prezkuta <fermion@gmx.com> | 2012-06-16 11:29:56 -0600 |
---|---|---|
committer | Zach Prezkuta <fermion@gmx.com> | 2012-06-25 19:03:03 -0600 |
commit | f495ba2bcbf3d80e6919672f0d0e5f375aa1a20d (patch) | |
tree | 9718212924555274acb9e83c24a136f17a8b770e /mod/like.php | |
parent | 5773241537b09aa411c48b4d67eefcebb1ea9c84 (diff) | |
download | volse-hubzilla-f495ba2bcbf3d80e6919672f0d0e5f375aa1a20d.tar.gz volse-hubzilla-f495ba2bcbf3d80e6919672f0d0e5f375aa1a20d.tar.bz2 volse-hubzilla-f495ba2bcbf3d80e6919672f0d0e5f375aa1a20d.zip |
was passing the wrong arguments to the signature storage function
Diffstat (limited to 'mod/like.php')
-rwxr-xr-x | mod/like.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/like.php b/mod/like.php index 3c6dfa59b..54d63b145 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; |