Ticket #101 (closed баг: fixed)
Engine::_CallModule
| Reported by: | idiot | Owned by: | ort |
|---|---|---|---|
| Priority: | нормальный | Component: | общее |
| Version: | 0.4 | Keywords: | |
| Cc: |
Description
передача результата отработки метода модуля по ссылке в хук _after
if (!in_array($sModuleName,array('plugin','hook'))) {
! $this->Hook_Run('module_'.$sModuleName.'_'.strtolower($sMethod).'_after',array('result'=>&$result));
}
$oProfiler->Stop($iTimeId);
return $result;
}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
