use mid/parent_mid to trigger $top_level_post
This commit is contained in:
parent
66f48847c9
commit
561372e203
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user