mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
#243 잘못된 triggerCall 파라메터 수정
This commit is contained in:
parent
7aa6d8d116
commit
1d0eec11c3
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ class DisplayHandler extends Handler
|
|||
}
|
||||
|
||||
// call a trigger after display
|
||||
ModuleHandler::triggerCall('display', 'after', $content);
|
||||
ModuleHandler::triggerCall('display', 'after', $output);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue