mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix with php-cs-fixer
This commit is contained in:
@@ -38,7 +38,7 @@ if (isModEnabled('project')) {
|
||||
$langs->loadLangs(array("suppliers", "orders", "companies", "stocks"));
|
||||
|
||||
// Get Parameters
|
||||
$id = GETPOST('facid', 'int') ?GETPOST('facid', 'int') : GETPOST('id', 'int');
|
||||
$id = GETPOST('facid', 'int') ? GETPOST('facid', 'int') : GETPOST('id', 'int');
|
||||
$ref = GETPOST('ref');
|
||||
$action = GETPOST('action', 'aZ09');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user