mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Add file_info to file.insertFile/before trigger
This commit is contained in:
parent
b54171f8bf
commit
aeb7a97864
1 changed files with 1 additions and 0 deletions
|
|
@ -756,6 +756,7 @@ class fileController extends file
|
|||
{
|
||||
// Call a trigger (before)
|
||||
$trigger_obj = new stdClass;
|
||||
$trigger_obj->file_info = $file_info;
|
||||
$trigger_obj->module_srl = $module_srl;
|
||||
$trigger_obj->upload_target_srl = $upload_target_srl;
|
||||
$output = ModuleHandler::triggerCall('file.insertFile', 'before', $trigger_obj);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue