start rewrite of notification system delivery backend

This commit is contained in:
friendica
2013-01-05 18:08:06 -08:00
parent 22ceb7c048
commit 529451a4e5
3 changed files with 82 additions and 46 deletions
+1
View File
@@ -987,6 +987,7 @@ function process_mail_delivery($sender,$arr,$deliveries) {
$arr['account_id'] = $channel['channel_account_id'];
$arr['channel_id'] = $channel['channel_id'];
$item_id = mail_store($arr);
}
}
}