mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Do not rollback if an 'after' trigger returns error
This commit is contained in:
parent
2300106aa5
commit
eb895f76cd
13 changed files with 81 additions and 227 deletions
|
|
@ -200,8 +200,8 @@ class boardAdminView extends board {
|
|||
|
||||
// get the addtional setup trigger
|
||||
// the additional setup triggers can be used in many modules
|
||||
$output = ModuleHandler::triggerCall('module.dispAdditionSetup', 'before', $content);
|
||||
$output = ModuleHandler::triggerCall('module.dispAdditionSetup', 'after', $content);
|
||||
ModuleHandler::triggerCall('module.dispAdditionSetup', 'before', $content);
|
||||
ModuleHandler::triggerCall('module.dispAdditionSetup', 'after', $content);
|
||||
Context::set('setup_content', $content);
|
||||
|
||||
// setup the template file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue