Shadow entry mechanism improved
This commit is contained in:
parent
7bd79c67a7
commit
8ab90f02c3
3 changed files with 33 additions and 41 deletions
|
|
@ -938,7 +938,7 @@ function item_store($arr,$force_parent = false, $notify = false, $dontcache = fa
|
|||
if ($arr['parent-uri'] === $arr['uri']) {
|
||||
add_shadow_thread($current_post);
|
||||
} else {
|
||||
add_shadow_entry($arr);
|
||||
add_shadow_entry($current_post);
|
||||
}
|
||||
|
||||
check_item_notification($current_post, $uid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue