Changes

Line 66: Line 66:  
<source lang="php">
 
<source lang="php">
 
$this->module_parts = array(
 
$this->module_parts = array(
'hooks' => array('hookcontext1','hookcontext2')  // Set here all hooks context managed by module
+
'hooks' => array('hookcontext1','hookcontext2')  // Set here all hooks context you want to support
 
);
 
);
 
</source>
 
</source>