diff options
author | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-08 05:51:13 -0400 |
---|---|---|
committer | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-08 05:51:13 -0400 |
commit | 0f502b8d8656bf9f1340611893dd0e4d736aeea3 (patch) | |
tree | 2c0dcf307cba098eb00aeb5b5582bec07b6aa5bc /actions/newnotice.php | |
parent | 87b494f1ebbe7640d194ef322af12fdf378295df (diff) |
Remove tralling whitespace on lines and a gettext replacement that I missed.
darcs-hash:20080708095113-533db-ad63bbde67b6275fb7ae944cc9882adf6f3be517.gz
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, |