event registration fix error displaying
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -237,4 +238,4 @@ class EventRegistrationManager extends \yii\base\Object
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user