Skip to content

Commit

Permalink
MDL-46148 questions: Added missing allow_commit for transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed Jul 10, 2014
1 parent a77e8b7 commit 539a25f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions question/format.php
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ public function importprocess($category) {
$this->category = $newcategory;
}
}
$transaction->allow_commit();
continue;
}
$question->context = $this->importcontext;
Expand Down

0 comments on commit 539a25f

Please sign in to comment.