diff --git a/block/ranks_total.php b/block/ranks_total.php index 1a28a22..164cc5d 100644 --- a/block/ranks_total.php +++ b/block/ranks_total.php @@ -330,7 +330,7 @@ switch ($mode) 'S_SIDENAME' => $sidename, 'PAGE_NUMBER' => $pagination->on_page($total_users, $this->config['football_users_per_page'], $start), 'TOTAL_USERS' => ($total_users == 1) ? $user->lang['VIEW_BET_USER'] : sprintf($user->lang['VIEW_BET_USERS'], $total_users), - 'S_WIN' => ($league_info['win_matchday'] == '0' and $league_info['win_season'] == '0') ? false : ($this->auth->acl_gets('a_')) ? true : false, + 'S_WIN' => ($league_info['win_matchday'] == '0' and $league_info['win_season'] == '0') ? false : (($this->auth->acl_gets('a_')) ? true : false), 'WIN_NAME' => $config['football_win_name'], 'S_SHOW_OTHER_LINKS' => true, 'S_HEADER' => sprintf($user->lang['RANKING_COMPARE']),