mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Few more notice removals
This commit is contained in:
@@ -496,7 +496,7 @@ class UserHandler
|
||||
}
|
||||
foreach (array(e_UC_MEMBER, e_UC_READONLY, e_UC_PUBLIC) as $c)
|
||||
{
|
||||
if (!in_array($c,$classList))
|
||||
if (!in_array($c, vartrue($classList)))
|
||||
{
|
||||
$classList[] = $c;
|
||||
}
|
||||
|
Reference in New Issue
Block a user