-
Bug
-
Resolution: Fixed
-
Trivial
-
3.0.12, 3.1.0-a2
-
None
Ought there not be an empty spaces after "$ show_guests"?
$show_guests= ($config['load_online_guests']) ? request_var('sg', 0) : 0;
Replace with:
$show_guests = ($config['load_online_guests']) ? request_var('sg', 0) : 0;