diff --git a/phpBB/includes/functions_mcp.php b/phpBB/includes/functions_mcp.php index 1883cb2d87..13c1299928 100644 --- a/phpBB/includes/functions_mcp.php +++ b/phpBB/includes/functions_mcp.php @@ -631,7 +631,7 @@ function phpbb_mcp_sorting($mode, &$sort_days, &$sort_key, &$sort_dir, &$sort_by $total = (int) $db->sql_fetchfield('total'); $db->sql_freeresult($result); } - else if ( $total < -1) + else if ($total < -1) { $total = -1; }