]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/postnotice.php
do some commits
[quix0rs-gnu-social.git] / actions / postnotice.php
index cf9a3f3a0f697a15201b8b40e76f4b790af259e2..718ebdab05db85736c7f83d12c10228be65ba7dd 100644 (file)
@@ -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;