Skip to content

Commit

Permalink
Small fix for rehearsal songs display on start page
Browse files Browse the repository at this point in the history
  • Loading branch information
mattimaier committed Feb 1, 2025
1 parent 1440db0 commit 6d7bc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BNote/src/presentation/modules/startview.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function startViewR() {
$dataview->addElement(Lang::txt("StartView_writeRehearsalList.comment"), "<p class=\"ml-comment\">" . $rehearsal["notes"] . "</p>");
}

$songs = $this->getData()->getSongsForRehearsal($rehearsal["id"]);
$songs = $this->getData()->getSongsForRehearsal($oid);
if(count($songs) > 1) {
$strSongs = "";
for($j = 1; $j < count($songs); $j++) {
Expand Down

0 comments on commit 6d7bc8b

Please sign in to comment.