implement CRUD for Quest texts (issue #36)

This commit is contained in:
coderkun 2014-07-04 13:54:57 +02:00
commit 440f4a5cf4
9 changed files with 440 additions and 65 deletions

View file

@ -270,6 +270,9 @@
$this->db->rollback();
$mediaId = false;
}
else {
$this->db->commit();
}
}
catch(\nre\exceptions\DatamodelException $e) {
$this->db->rollback();