X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpostnotice.php;h=718ebdab05db85736c7f83d12c10228be65ba7dd;hb=4aedce6864eb27a0c37b3dcae22fee0aa16ae537;hp=cf9a3f3a0f697a15201b8b40e76f4b790af259e2;hpb=a578bfc03d44f80e99c8fcd8fbbd831a027d7ea9;p=quix0rs-gnu-social.git diff --git a/actions/postnotice.php b/actions/postnotice.php index cf9a3f3a0f..718ebdab05 100644 --- a/actions/postnotice.php +++ b/actions/postnotice.php @@ -76,7 +76,7 @@ class PostnoticeAction extends Action { if (!$notice) { $notice = new Notice(); $notice->profile_id = $remote_profile->id; - $notice->uri = $notice->uri; + $notice->uri = $notice_uri; $notice->content = $content; if ($notice_url) { $notice->url = $notice_url;