Merge commit 'refs/merge-requests/40' of https://gitorious.org/social/mainline into merge-requests/40
This commit is contained in:
commit
b52b9e1201
|
@ -1493,7 +1493,7 @@ class Notice extends Managed_DataObject
|
|||
foreach (array_unique($group_ids) as $id) {
|
||||
$group = User_group::getKV('id', $id);
|
||||
if ($group instanceof User_group) {
|
||||
common_log(LOG_ERR, "Local delivery to group id $id, $group->nickname");
|
||||
common_log(LOG_DEBUG, "Local delivery to group id $id, $group->nickname");
|
||||
$result = $this->addToGroupInbox($group);
|
||||
if (!$result) {
|
||||
common_log_db_error($gi, 'INSERT', __FILE__);
|
||||
|
|
Loading…
Reference in New Issue
Block a user