1
0
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:
Cameron 2018-09-08 10:45:18 -07:00
parent 5ee15f10ef
commit a1c38cb364

View File

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