summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-03-01 16:57:58 -0800
committerBrion Vibber <brion@pobox.com>2010-03-01 16:57:58 -0800
commite30af99873ceda83bb4e9a2e221da894e8363489 (patch)
tree4e1db1ce277b4643c0e2610adcb94fe4ada29eb3 /actions
parent45e8819c1b9cc618e9b2d6678b0ff14c653a09d3 (diff)
parent493b5479c15f0e135054fd6b961e50e690077eda (diff)
Merge branch 'work' into testing
Diffstat (limited to 'actions')
-rw-r--r--actions/newnotice.php3
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);