Fix phpcs
This commit is contained in:
parent
e0fa4e4b5c
commit
8326ecee78
@ -57,7 +57,7 @@ $id = GETPOST('id', 'int');
|
||||
$conf_or_booth_id = GETPOST('conforboothid', 'int');
|
||||
|
||||
$withproject = GETPOST('withproject', 'int');
|
||||
$fk_project = GETPOST('fk_project', 'int') ? GETPOST('fk_project', 'int') : GETPOST('projectid', 'int') ;
|
||||
$fk_project = GETPOST('fk_project', 'int') ? GETPOST('fk_project', 'int') : GETPOST('projectid', 'int');
|
||||
|
||||
$withProjectUrl='';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user