]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
Merge pull request #4195 from zeroadam/ContactSelector-#3878
[friendica.git] / include / items.php
index 9e7a4621af9ba966b9ed4fa3757af8bc6532b95f..3ddb1f27931f094dc7b11cdd73bf2102b2b25b4d 100644 (file)
@@ -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);