The ID field will be stored with notifications as well.

This commit is contained in:
Michael Vogel 2015-04-21 10:14:20 +02:00
parent 261cd441c7
commit e2827c0af7
3 changed files with 9 additions and 0 deletions

View file

@ -3660,6 +3660,9 @@ function local_delivery($importer,$data) {
$parent = 0;
if($posted_id) {
$datarray["id"] = $posted_id;
$r = q("SELECT `parent`, `parent-uri` FROM `item` WHERE `id` = %d AND `uid` = %d LIMIT 1",
intval($posted_id),
intval($importer['importer_uid'])