diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/diaspora.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index cd4f5591a..dbf906169 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -2568,6 +2568,7 @@ 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'); // ignore - see below // return; |