Minor: Including formData()'s inreplyto in action check
This commit is contained in:
parent
c6d22e4cea
commit
4a2aebe5cf
@ -144,10 +144,8 @@ class NoticeForm extends Form
|
||||
|
||||
if ($this->action) {
|
||||
$this->out->hidden('notice_return-to', $this->action, 'returnto');
|
||||
$this->out->hidden('notice_in-reply-to', $this->action, 'inreplyto');
|
||||
}
|
||||
|
||||
$this->out->hidden('notice_in-reply-to', $this->action, 'inreplyto');
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user