diff options
author | friendica <info@friendica.com> | 2014-09-03 01:09:28 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-03 01:09:28 -0700 |
commit | 75d0f6329cc532c7f74927bdaa678d8d85f45a9e (patch) | |
tree | 43863c797d0bab2f4125a656b8b32013611d6a7c /include/diaspora.php | |
parent | 5715d5f4c7a628c175fe9fea17210ca3151cd601 (diff) | |
download | volse-hubzilla-75d0f6329cc532c7f74927bdaa678d8d85f45a9e.tar.gz volse-hubzilla-75d0f6329cc532c7f74927bdaa678d8d85f45a9e.tar.bz2 volse-hubzilla-75d0f6329cc532c7f74927bdaa678d8d85f45a9e.zip |
outbound feed issue
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-x | include/diaspora.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index 477f82914..c2f2b1ac9 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -2568,8 +2568,8 @@ function diaspora_send_relay($item,$owner,$contact,$public_batch = false) { // Author signature information (for likes, comments, and retractions of likes or comments, // whether from Diaspora or Friendica) must be placed in the `sign` table before this // function is called - $authorsig = $item['sig']; - logger('diaspora_send_relay: original author signature not found, cannot send relayable'); +// $authorsig = $item['sig']; + logger('diaspora_send_relay: original author signature not found'); // ignore - see below // return; } |