aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-23 16:08:29 -0700
committerfriendica <info@friendica.com>2014-10-23 16:08:29 -0700
commit1c4bbbd13e35e164c7da96674b3678bb1011b817 (patch)
treefd44e0c93522bd7ca6805a8de86fceac7b7fa5d7 /include/items.php
parent0b2cacad02d224de6c03feb0f46c79a803adffe9 (diff)
downloadvolse-hubzilla-1c4bbbd13e35e164c7da96674b3678bb1011b817.tar.gz
volse-hubzilla-1c4bbbd13e35e164c7da96674b3678bb1011b817.tar.bz2
volse-hubzilla-1c4bbbd13e35e164c7da96674b3678bb1011b817.zip
diaspora walltowall comment signature, force update.
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 2805b9b21..8d46f64c1 100755
--- a/include/items.php
+++ b/include/items.php
@@ -2526,7 +2526,7 @@ function store_diaspora_comment_sig($datarray, $channel, $parent_item, $post_id,
// since Diaspora doesn't handle edits we can only do this for the original text and not update it.
require_once('include/bb2diaspora.php');
- $signed_body = bb2diaspora_itembody($datarray);
+ $signed_body = bb2diaspora_itembody($datarray,$walltowall);
if($walltowall) {
logger('wall to wall comment',LOGGER_DEBUG);