Shadow entry mechanism improved

This commit is contained in:
Michael
2016-10-29 21:27:56 +00:00
parent 7bd79c67a7
commit 8ab90f02c3
3 changed files with 33 additions and 41 deletions

View File

@@ -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);