Skip to content

Commit

Permalink
Session: fix name vs title for ti report - refs BT#22279
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoDucou committed Dec 10, 2024
1 parent 2fb5d4c commit 7fd3397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/main/my_space/ti_report.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
$sessionArray = [];
foreach ($coachData['week'][$dateWeekToCheck]['sessions'] as $session) {
$date2 = new DateTime($session['display_start_date']);
$name = $session['name'];
$name = $session['title'];

$showName = true;
if (in_array($session['session_id'], $sessionAdded)) {
Expand Down

0 comments on commit 7fd3397

Please sign in to comment.