From 0f502b8d8656bf9f1340611893dd0e4d736aeea3 Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Tue, 8 Jul 2008 05:51:13 -0400 Subject: Remove tralling whitespace on lines and a gettext replacement that I missed. darcs-hash:20080708095113-533db-ad63bbde67b6275fb7ae944cc9882adf6f3be517.gz --- actions/newnotice.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actions/newnotice.php') 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, -- cgit v1.2.3-54-g00ecf