event registration fix error displaying

This commit is contained in:
Roland Schneider 2019-06-27 07:47:59 +02:00 committed by Roland Schneider
parent fc11ccc923
commit 8e8aafb074

View File

@ -117,6 +117,7 @@ class EventRegistrationManager extends \yii\base\Object
$tx->commit(); $tx->commit();
} catch (\Exception $exception) { } catch (\Exception $exception) {
$tx->rollBack(); $tx->rollBack();
throw $exception;
} }
} }