mirror of
https://github.com/e107inc/e107.git
synced 2025-04-16 10:32:08 +02:00
PHP Notice removal
This commit is contained in:
parent
5ee15f10ef
commit
a1c38cb364
@ -736,7 +736,7 @@ class UserHandler
|
||||
}
|
||||
foreach (array(e_UC_MEMBER, e_UC_READONLY, e_UC_PUBLIC) as $c)
|
||||
{
|
||||
if (!in_array($c, vartrue($classList)))
|
||||
if (!in_array($c, vartrue($classList, array())))
|
||||
{
|
||||
$classList[] = $c;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user