Fix regression. Removed bad fixer. GETPOST(... int) is not GETPOSTINT

This commit is contained in:
Laurent Destailleur
2024-03-04 17:49:43 +01:00
parent a2f5d6ad0b
commit 61dd78b95e
3 changed files with 0 additions and 222 deletions

View File

@@ -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);
}