diff --git a/actions/postnotice.php b/actions/postnotice.php index c1a5e0d5bc..be486a1e9d 100644 --- a/actions/postnotice.php +++ b/actions/postnotice.php @@ -75,7 +75,7 @@ class PostnoticeAction extends Action { } $notice = Notice::staticGet('uri', $notice_uri); if (!$notice) { - $notice = Notice::saveNew($remote_profile->id, $content, 'omb', 0, $notice_uri); + $notice = Notice::saveNew($remote_profile->id, $content, 'omb', false, 0, $notice_uri); if (is_string($notice)) { common_server_serror($notice, 500); return false;