Skip to content

Commit

Permalink
Add missing beginTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Sep 14, 2021
1 parent d6dc6bd commit 5b755e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/update/updatedb_helper.php
Expand Up @@ -4976,6 +4976,7 @@ function ($v) {
}

if ($iOldDBVersion < 474) {
$oTransaction = $oDB->beginTransaction();
$aDefaultSurveyMenuEntries = LsDefaultDataSets::getSurveyMenuEntryData();
foreach ($aDefaultSurveyMenuEntries as $aSurveymenuentry) {
if ($aSurveymenuentry['name'] == 'listQuestionGroups') {
Expand Down

0 comments on commit 5b755e4

Please sign in to comment.