diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-01 16:57:58 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-01 16:57:58 -0800 |
commit | e30af99873ceda83bb4e9a2e221da894e8363489 (patch) | |
tree | 4e1db1ce277b4643c0e2610adcb94fe4ada29eb3 /actions/newnotice.php | |
parent | 45e8819c1b9cc618e9b2d6678b0ff14c653a09d3 (diff) | |
parent | 493b5479c15f0e135054fd6b961e50e690077eda (diff) |
Merge branch 'work' into testing
Diffstat (limited to 'actions/newnotice.php')
-rw-r--r-- | actions/newnotice.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/actions/newnotice.php b/actions/newnotice.php index 78480abab..ed0fa1b2b 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -294,6 +294,9 @@ class NewnoticeAction extends Action if ($profile) { $content = '@' . $profile->nickname . ' '; } + } else { + // @fixme most of these bits above aren't being passed on above + $inreplyto = null; } $notice_form = new NoticeForm($this, '', $content, null, $inreplyto); |