Changeset 949

Show
Ignore:
Timestamp:
07/06/10 15:54:52 (2 months ago)
Author:
ort
Message:

fix hooks _after

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/engine/classes/Engine.class.php

    r945 r949  
    350350                                 
    351351                if (!in_array($sModuleName,array('plugin','hook'))) { 
    352                         $this->Hook_Run('module_'.$sModuleName.'_'.strtolower($sMethod).'_after',array('result'=>$result)); 
     352                        $this->Hook_Run('module_'.$sModuleName.'_'.strtolower($sMethod).'_after',array('result'=>&$result,'params'=>$aArgs)); 
    353353                } 
    354354