event registration fix error displaying
This commit is contained in:
@@ -117,6 +117,7 @@ class EventRegistrationManager extends \yii\base\Object
|
||||
$tx->commit();
|
||||
} catch (\Exception $exception) {
|
||||
$tx->rollBack();
|
||||
throw $exception;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user