enotify plugin hook
This commit is contained in:
		
					parent
					
						
							
								5bb7303408
							
						
					
				
			
			
				commit
				
					
						873a55e918
					
				
			
		
					 1 changed files with 24 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -154,10 +154,32 @@ function notification($params) {
 | 
			
		|||
	}
 | 
			
		||||
 | 
			
		||||
	if($params['type'] == NOTIFY_SYSTEM) {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	$h = array(
 | 
			
		||||
		'params'    => $params, 
 | 
			
		||||
		'subject'   => $subject,
 | 
			
		||||
		'preamble'  => $preamble, 
 | 
			
		||||
		'epreamble' => $epreamble, 
 | 
			
		||||
		'body'      => $body, 
 | 
			
		||||
		'sitelink'  => $sitelink,
 | 
			
		||||
		'tsitelink' => $tsitelink,
 | 
			
		||||
		'hsitelink' => $hsitelink,
 | 
			
		||||
		'itemlink'  => $itemlink
 | 
			
		||||
	);
 | 
			
		||||
		
 | 
			
		||||
	call_hooks('enotify',$h);
 | 
			
		||||
 | 
			
		||||
	$subject   = $h['subject'];
 | 
			
		||||
	$preamble  = $h['preamble'];
 | 
			
		||||
	$epreamble = $h['epreamble'];
 | 
			
		||||
	$body      = $h['body'];
 | 
			
		||||
	$sitelink  = $h['sitelink'];
 | 
			
		||||
	$tsitelink = $h['tsitelink'];
 | 
			
		||||
	$hsitelink = $h['hsitelink'];
 | 
			
		||||
	$itemlink  = $h['itemlink']; 
 | 
			
		||||
 | 
			
		||||
	// from here on everything is in the recipients language
 | 
			
		||||
 | 
			
		||||
	push_lang($params['language']);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue