Skip to content

Commit

Permalink
neues
Browse files Browse the repository at this point in the history
  • Loading branch information
diddipoeler committed Jan 5, 2025
1 parent 2538768 commit 31373d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/views/player/tmpl/default_playerstats.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ class="nowrap"><?php echo Text::_('COM_SPORTSMANAGEMENT_TEAMINFO_PLAYERS_PICTURE
$player_hist->project_picture = sportsmanagementHelper::getDefaultPlaceholder("clublogobig");
break;
case 'images/com_sportsmanagement/database/placeholders/placeholder_150.png':
$player_hist->project_picture = $player_hist->league_picture;
case 'images/com_sportsmanagement/database/placeholders/placeholder_450_2.png':
$player_hist->project_picture = $player_hist->league_picture != '' ? $player_hist->league_picture : 'images/com_sportsmanagement/database/placeholders/placeholder_450_2.png';
break;
}

Expand Down

0 comments on commit 31373d4

Please sign in to comment.