bugfix (required instead of previous for action data)

This commit is contained in:
xdrm-brackets 2017-09-27 10:20:26 +02:00
parent b872347424
commit 61e3fda199
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
(int) $timeout,
(int) $action['id_action'],
$action['previous'],
$action['required'],
$action['action']
]).PHP_EOL );