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:
@@ -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);
|
include($phpbb_root_path . 'portal/block/whois_online.'.$phpEx);
|
||||||
}
|
}
|
||||||
@@ -257,4 +257,4 @@ make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));
|
|||||||
|
|
||||||
page_footer();
|
page_footer();
|
||||||
|
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user