forked from GNUsocial/gnu-social
accidentally setting replies to 'false'
darcs-hash:20081020174956-5ed1f-f0a632482ab9d2f2d15baa3a524bc312d7be5755.gz
This commit is contained in:
parent
a7c41c87b1
commit
44a90a7fa7
@ -63,7 +63,7 @@ class NewnoticeAction extends Action {
|
||||
|
||||
common_debug("Replyto = $replyto\n");
|
||||
|
||||
$notice = Notice::saveNew($user->id, $content, 'web', 1, $replyto);
|
||||
$notice = Notice::saveNew($user->id, $content, 'web', 1, ($replyto == 'false') ? NULL : $replyto);
|
||||
|
||||
if (is_string($notice)) {
|
||||
$this->show_form($notice);
|
||||
|
Loading…
Reference in New Issue
Block a user