bugfix (required instead of previous for action data)
This commit is contained in:
parent
b872347424
commit
61e3fda199
|
@ -122,7 +122,7 @@
|
||||||
|
|
||||||
(int) $timeout,
|
(int) $timeout,
|
||||||
(int) $action['id_action'],
|
(int) $action['id_action'],
|
||||||
$action['previous'],
|
$action['required'],
|
||||||
$action['action']
|
$action['action']
|
||||||
|
|
||||||
]).PHP_EOL );
|
]).PHP_EOL );
|
||||||
|
|
Loading…
Reference in New Issue