We only need the uid

This commit is contained in:
Michael 2018-04-24 14:58:39 +00:00
parent 5cf745af44
commit 5019d46071
2 changed files with 13 additions and 13 deletions

View file

@ -2773,7 +2773,7 @@ class DFRN
if ($posted_id) {
logger("Reply from contact ".$item["contact-id"]." was stored with id ".$posted_id, LOGGER_DEBUG);
IF ($item['uid'] == 0) {
if ($item['uid'] == 0) {
Item::distribute($posted_id);
}