mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-08 00:25:19 +02:00
is_numeric rather than is_int ... any troubles let me know
git-svn-id: file:///svn/phpbb/trunk@3568 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
66062783ce
commit
0e711275b5
@ -568,7 +568,7 @@ class auth
|
|||||||
$args = func_get_args();
|
$args = func_get_args();
|
||||||
$f = array_pop($args);
|
$f = array_pop($args);
|
||||||
|
|
||||||
if (!is_int($f))
|
if (!is_numeric($f))
|
||||||
{
|
{
|
||||||
$args[] = $f;
|
$args[] = $f;
|
||||||
$f = 0;
|
$f = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user