implement CRUD for Quest texts (issue #36)
This commit is contained in:
parent
5c014b76c8
commit
440f4a5cf4
9 changed files with 440 additions and 65 deletions
|
|
@ -270,6 +270,9 @@
|
|||
$this->db->rollback();
|
||||
$mediaId = false;
|
||||
}
|
||||
else {
|
||||
$this->db->commit();
|
||||
}
|
||||
}
|
||||
catch(\nre\exceptions\DatamodelException $e) {
|
||||
$this->db->rollback();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue