X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fitems.php;h=3ddb1f27931f094dc7b11cdd73bf2102b2b25b4d;hb=05674206ba9a7c70c5e298e3925d95428abff78e;hp=9e7a4621af9ba966b9ed4fa3757af8bc6532b95f;hpb=3b4f5f98f80b2f93304786b5bfd5faec91572a15;p=friendica.git diff --git a/include/items.php b/include/items.php index 9e7a4621af..3ddb1f2793 100644 --- a/include/items.php +++ b/include/items.php @@ -1129,7 +1129,7 @@ function item_store($arr, $force_parent = false, $notify = false, $dontcache = f add_shadow_entry($current_post); } - check_item_notification($current_post, $uid); + check_user_notification($current_post); if ($notify) { Worker::add(array('priority' => PRIORITY_HIGH, 'dont_fork' => true), "Notifier", $notify_type, $current_post);