summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
Diffstat (limited to 'actions')
-rw-r--r--actions/postnotice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/postnotice.php b/actions/postnotice.php
index cf9a3f3a0..718ebdab0 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;