diff options
Diffstat (limited to 'actions/newnotice.php')
-rw-r--r-- | actions/newnotice.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php index 961bbb639..de8e9ec27 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -70,9 +70,9 @@ class NewnoticeAction extends Action { return; } - common_save_replies($notice); + common_save_replies($notice); common_broadcast_notice($notice); - + $returnto = $this->trimmed('returnto'); if ($returnto) { $url = common_local_url($returnto, |