diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/newnotice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php index 8a1fd293f..d581272e2 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -63,7 +63,7 @@ class NewnoticeAction extends Action { common_debug("Replyto = $replyto\n"); - $notice = Notice::saveNew($user->id, $content, 'web', $replyto); + $notice = Notice::saveNew($user->id, $content, 'web', 1, $replyto); if (is_string($notice)) { $this->show_form($notice); |