diff options
author | zotlabs <mike@macgirvin.com> | 2018-01-18 14:17:33 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-01-18 14:17:33 -0800 |
commit | 89aa882c95b4d01bd7bf6ff461c1dcefdedea7bd (patch) | |
tree | 672bdd787b969c495d2a279da14c0781adb89a29 /Zotlabs/Daemon/Notifier.php | |
parent | 62e3083f23283d59c8e76c1bd8ccb2a07403551c (diff) | |
parent | a0e1a8e0a20df640ef951dee4fb3c6ed19faee03 (diff) | |
download | volse-hubzilla-89aa882c95b4d01bd7bf6ff461c1dcefdedea7bd.tar.gz volse-hubzilla-89aa882c95b4d01bd7bf6ff461c1dcefdedea7bd.tar.bz2 volse-hubzilla-89aa882c95b4d01bd7bf6ff461c1dcefdedea7bd.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
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; } |