diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-07 01:43:58 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-07 01:43:58 -0400 |
commit | 8d3ec9c92076e172e5871e3603c143333d73ac3c (patch) | |
tree | 987471d0d11cec6e46d8520494eb63ea4985eba0 /actions/newnotice.php | |
parent | f6303475aa512ce96759c9f39b7a4b7d2e6fb7f9 (diff) |
twiddle a few bits to make replies work correctly
darcs-hash:20080707054358-84dde-916977a2af4f792e0dc9e02a9f5344ec60911319.gz
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, |