Ticket #101 (closed баг: fixed)

Opened 3 months ago

Last modified 2 months ago

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

Changed 2 months ago by ort

  • status changed from new to closed
  • resolution set to fixed

Add/Change #101 (Engine::_CallModule)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.