1
0
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:
Tijn Kuyper
2012-12-09 18:12:18 +01:00
parent 80a3098406
commit d5ed7f6c48
3 changed files with 8 additions and 8 deletions

View File

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