forked from GNUsocial/gnu-social
Fix replyto parameter in newnotice
This commit is contained in:
committed by
Evan Prodromou
parent
fa82722e5a
commit
210647a56c
@@ -253,7 +253,7 @@ class NewnoticeAction extends Action
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$notice_form = new NoticeForm($this, $content);
|
$notice_form = new NoticeForm($this, '', $content);
|
||||||
$notice_form->show();
|
$notice_form->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user