diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/postnotice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/postnotice.php b/actions/postnotice.php index 261593c86..e5a3919ad 100644 --- a/actions/postnotice.php +++ b/actions/postnotice.php @@ -74,7 +74,7 @@ class PostnoticeAction extends Action { } $notice = Notice::staticGet('uri', $notice_uri); if (!$notice) { - $notice = Notice::saveNew($remote_profile->id, $content, 'omb', 0); + $notice = Notice::saveNew($remote_profile->id, $content, 'omb', 0, $notice_uri); if (is_string($notice)) { common_server_serror($notice, 500); return false; |