MDL-46148 questions: Added missing allow_commit for transaction

This commit is contained in:
Damyon Wiese 2014-07-10 11:35:47 +08:00
parent 62a1434588
commit 4a46fd643f

View file

@ -372,6 +372,7 @@ class qformat_default {
$this->category = $newcategory; $this->category = $newcategory;
} }
} }
$transaction->allow_commit();
continue; continue;
} }
$question->context = $this->importcontext; $question->context = $this->importcontext;