forked from Wavyzz/dolibarr
Fix regression. Removed bad fixer. GETPOST(... int) is not GETPOSTINT
This commit is contained in:
@@ -998,7 +998,6 @@ function GETPOST($paramname, $check = 'alphanohtml', $method = 0, $filter = null
|
||||
*/
|
||||
function GETPOSTINT($paramname, $method = 0)
|
||||
{
|
||||
// @phan-suppress-next-line GetPostShouldBeGetPostInt
|
||||
return (int) GETPOST($paramname, 'int', $method, null, null, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user