yikes
This commit is contained in:
parent
6ff221d5a1
commit
ab50521971
2 changed files with 2 additions and 2 deletions
|
@ -269,7 +269,7 @@ function delivery_run($argv, $argc){
|
|||
continue;
|
||||
|
||||
if($normal_mode) {
|
||||
if($item_id == $item['id'])
|
||||
if($item_id == $item['id'] || $item['id'] == $item['parent'])
|
||||
$atom .= atom_entry($item,'text',$item_contact,$owner,true);
|
||||
}
|
||||
else
|
||||
|
|
|
@ -361,7 +361,7 @@ function notifier_run($argv, $argc){
|
|||
continue;
|
||||
|
||||
if($normal_mode) {
|
||||
if($item_id == $item['id'])
|
||||
if($item_id == $item['id'] || $item['id'] == $item['parent'])
|
||||
$atom .= atom_entry($item,'text',$contact,$owner,true);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue