summaryrefslogtreecommitdiff
path: root/lib/stream.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stream.php')
-rw-r--r--lib/stream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stream.php b/lib/stream.php
index fbdba91c9..c50167841 100644
--- a/lib/stream.php
+++ b/lib/stream.php
@@ -120,7 +120,7 @@ class StreamAction extends Action {
common_element_start('a',
array('href' => common_local_url('newnotice',
array('replyto' => $profile->nickname)),
- 'onclick' => 'doreply("'.$profile->nickname.'"); return false',
+ 'onclick' => 'return doreply("'.$profile->nickname.'");',
'title' => _('reply'),
'class' => 'replybutton'));
common_raw('→');