mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 07:08:09 +01: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();
|
||||
$f = array_pop($args);
|
||||
|
||||
if (!is_int($f))
|
||||
if (!is_numeric($f))
|
||||
{
|
||||
$args[] = $f;
|
||||
$f = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user