]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
was using $notice->uri instead of $notice_uri
authorEvan Prodromou <evan@prodromou.name>
Fri, 6 Jun 2008 18:03:30 +0000 (14:03 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 6 Jun 2008 18:03:30 +0000 (14:03 -0400)
darcs-hash:20080606180330-84dde-be0e84696cd5e7304cd8523c0d7de9d6e402b73e.gz

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;