Update PostFormTrait.php
This commit is contained in:
parent
2aa3a8a5fe
commit
4fe6c50549
1 changed files with 2 additions and 8 deletions
|
@ -25,15 +25,9 @@ trait PostFormTrait
|
|||
|
||||
$autofocus = $quickReply ? null : true;
|
||||
$form = [
|
||||
'action' => $this->c->Router->link(
|
||||
$marker,
|
||||
$args
|
||||
),
|
||||
'action' => $this->c->Router->link($marker, $args),
|
||||
'hidden' => [
|
||||
'token' => $this->c->Csrf->create(
|
||||
$marker,
|
||||
$args
|
||||
),
|
||||
'token' => $this->c->Csrf->create($marker, $args),
|
||||
],
|
||||
'sets' => [],
|
||||
'btns' => [
|
||||
|
|
Loading…
Add table
Reference in a new issue