X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fitem.php;h=f164fb0ae2c6f4347225dd08ab112cdcd66ee1b4;hb=af39296f0640bc40e58f51ec47c4e5aa53a24316;hp=823350874b0f422c28aff708eb39917b31565790;hpb=2e97cbe728f5f8cfc12dd5588a8a0846a0bbe2b7;p=friendica.git diff --git a/mod/item.php b/mod/item.php index 823350874b..f164fb0ae2 100644 --- a/mod/item.php +++ b/mod/item.php @@ -576,7 +576,7 @@ function item_post(App $a) { $notify_type = ($parent ? 'comment-new' : 'wall-new'); - $uri = ($message_id ? $message_id : item_new_uri($a->get_hostname(), $profile_uid, $guid)); + $uri = ($message_id ? $message_id : Item::newURI($profile_uid, $guid)); // Fallback so that we alway have a parent uri if (!$thr_parent_uri || !$parent) {