diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-18 13:20:23 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-01-18 13:20:23 +0100 |
commit | a0e1a8e0a20df640ef951dee4fb3c6ed19faee03 (patch) | |
tree | 672bdd787b969c495d2a279da14c0781adb89a29 /Zotlabs/Daemon/Notifier.php | |
parent | a486c906863a59c0ebed80192b2c0e9aeb111f12 (diff) | |
parent | eb86ffefbfb38cf76316940a6aa164530f9b9348 (diff) | |
download | volse-hubzilla-a0e1a8e0a20df640ef951dee4fb3c6ed19faee03.tar.gz volse-hubzilla-a0e1a8e0a20df640ef951dee4fb3c6ed19faee03.tar.bz2 volse-hubzilla-a0e1a8e0a20df640ef951dee4fb3c6ed19faee03.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Daemon/Notifier.php')
-rw-r--r-- | Zotlabs/Daemon/Notifier.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php index ca6a7c08a..cb1eb7b79 100644 --- a/Zotlabs/Daemon/Notifier.php +++ b/Zotlabs/Daemon/Notifier.php @@ -315,7 +315,7 @@ class Notifier { } - if($target_item['id'] == $target_item['parent']) { + if($target_item['mid'] === $target_item['parent_mid']) { $parent_item = $target_item; $top_level_post = true; } |