mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
qual: phpstan
htdocs/admin/defaultvalues.php 163 Property CommonObject::$id (int) does not accept array|string. htdocs/admin/defaultvalues.php 186 Property CommonObject::$id (int) does not accept array|string.
This commit is contained in:
parent
f3d97a8a13
commit
00d1b26d06
|
|
@ -40,7 +40,7 @@ if (!$user->admin) {
|
|||
accessforbidden();
|
||||
}
|
||||
|
||||
$id = GETPOST('rowid', 'int');
|
||||
$id = GETPOSTINT('rowid');
|
||||
$action = GETPOST('action', 'aZ09');
|
||||
$optioncss = GETPOST('optionscss', 'alphanohtml');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user