aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-04 22:00:45 -0700
committerFriendika <info@friendika.com>2011-10-04 22:00:45 -0700
commitab5052197137b1fbf069f3791c75d6163c569bc0 (patch)
tree3698032f5e10c1f5e32b976ebf87ad3e8ca3daed
parent6ff221d5a16ed9ca18a3fe8399b1588d5234fcc5 (diff)
downloadvolse-hubzilla-ab5052197137b1fbf069f3791c75d6163c569bc0.tar.gz
volse-hubzilla-ab5052197137b1fbf069f3791c75d6163c569bc0.tar.bz2
volse-hubzilla-ab5052197137b1fbf069f3791c75d6163c569bc0.zip
yikes
-rw-r--r--include/delivery.php2
-rw-r--r--include/notifier.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/delivery.php b/include/delivery.php
index e06db6d97..1ba1d9c3a 100644
--- a/include/delivery.php
+++ b/include/delivery.php
@@ -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
diff --git a/include/notifier.php b/include/notifier.php
index ceeea2368..ccac5106f 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -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