Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a77e8b7
)
MDL-46148 questions: Added missing allow_commit for transaction
author
Damyon Wiese
<damyon@moodle.com>
Thu, 10 Jul 2014 03:35:47 +0000
(11:35 +0800)
committer
Damyon Wiese
<damyon@moodle.com>
Thu, 10 Jul 2014 03:35:47 +0000
(11:35 +0800)
question/format.php
patch
|
blob
|
blame
|
history
diff --git
a/question/format.php
b/question/format.php
index
ad6a136
..
d34250a
100644
(file)
--- a/
question/format.php
+++ b/
question/format.php
@@
-372,6
+372,7
@@
class qformat_default {
$this->category = $newcategory;
}
}
+ $transaction->allow_commit();
continue;
}
$question->context = $this->importcontext;