notification changes to support testdrive
This commit is contained in:
parent
dd45e7b4eb
commit
ebe374d572
@ -217,6 +217,8 @@ function create_account($arr) {
|
|||||||
$result['email'] = $email;
|
$result['email'] = $email;
|
||||||
$result['password'] = $password;
|
$result['password'] = $password;
|
||||||
|
|
||||||
|
call_hooks('register_account',$result);
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -317,7 +317,9 @@ function notification($params) {
|
|||||||
'sitelink' => $sitelink,
|
'sitelink' => $sitelink,
|
||||||
'tsitelink' => $tsitelink,
|
'tsitelink' => $tsitelink,
|
||||||
'hsitelink' => $hsitelink,
|
'hsitelink' => $hsitelink,
|
||||||
'itemlink' => $itemlink
|
'itemlink' => $itemlink,
|
||||||
|
'sender' => $sender,
|
||||||
|
'recipient' => $recip
|
||||||
);
|
);
|
||||||
|
|
||||||
call_hooks('enotify', $h);
|
call_hooks('enotify', $h);
|
||||||
|
Reference in New Issue
Block a user