Report#61, Part II: Online user: debug errors and empty box if it is disabled in the board config - reported by Christian_N

This commit is contained in:
Kevin
2008-02-09 23:25:53 +00:00
parent fbca690b63
commit 9a2a5a6b2a

View File

@@ -114,7 +114,7 @@ if ( $load_center === TRUE )
}
*/
if ($portal_config['portal_whois_online'])
if ($config['load_online'] && $config['load_online_time'] && $portal_config['portal_whois_online'])
{
include($phpbb_root_path . 'portal/block/whois_online.'.$phpEx);
}