diff options
Diffstat (limited to 'actions/newnotice.php')
-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 607f4b087..0045d6c74 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -75,8 +75,8 @@ class NewnoticeAction extends Action { } common_save_replies($notice); - common_broadcast_notice($notice); + $returnto = $this->trimmed('returnto'); if ($returnto) { $url = common_local_url($returnto, |