FIX phpcs
This commit is contained in:
parent
75c4888364
commit
7e3a787688
@ -161,8 +161,8 @@ if ($action == 'add')
|
||||
$params,
|
||||
(GETPOST('alwayseditable')?1:0),
|
||||
(GETPOST('perms')?GETPOST('perms'):''),
|
||||
(GETPOST('list')?1:0)
|
||||
,(GETPOST('ishidden')?1:0)
|
||||
(GETPOST('list')?1:0),
|
||||
(GETPOST('ishidden')?1:0)
|
||||
);
|
||||
if ($result > 0)
|
||||
{
|
||||
@ -312,8 +312,8 @@ if ($action == 'update')
|
||||
$params,
|
||||
(GETPOST('alwayseditable')?1:0),
|
||||
(GETPOST('perms')?GETPOST('perms'):''),
|
||||
(GETPOST('list')?1:0)
|
||||
,(GETPOST('ishidden')?1:0)
|
||||
(GETPOST('list')?1:0),
|
||||
(GETPOST('ishidden')?1:0)
|
||||
);
|
||||
if ($result > 0)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user