e107_plugins/user/usertheme_menu.php
Variable $themecount
was undeclared, but array fields are being added to it. Open
Open
$themecount[$file] = 0;
- Exclude checks
Variable $themelist
was undeclared, but array fields are being added to it. Open
Open
$themelist[] = $file;
- Exclude checks
Suspicious array access to nullable ?array|?array<string></string>
Open
Open
$themecount[$defaulttheme] += $defaultusers;
- Exclude checks
Suspicious array access to nullable ?array|?array<string></string>
Open
Open
$text .= ">".($themelist[$counter] == $defaulttheme ? "[ ".$themelist[$counter]." ]" : $themelist[$counter]).' ('.LAN_UMENU_THEME_3.' '.$themecount[$themelist[$counter]].")</option>\n";
- Exclude checks