Quote
Trying to access array offset on value of type null
return array("user_level" => 0, "user_rights" => "", "user_groups" => "", "user_theme" => $settings['theme']);
if ($settings['theme'] === NULL) {
$settings['theme'] = 'Default';
}
return array("user_level" => 0, "user_rights" => "", "user_groups" => "", "user_theme" => "Default");
Category Forum
Suspected Bugs and Errors - 9Labels
None yet
Statistics
5 participants
Notifications
You are not receiving notifications from this thread.
Related Questions