event registration fix error displaying
This commit is contained in:
parent
fc11ccc923
commit
8e8aafb074
@ -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
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user