1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 17:28:23 +03:00

fix notify

This commit is contained in:
Mzhelskiy Maxim 2015-03-26 00:19:25 +07:00
parent 7d0a144825
commit 9267709daf

View file

@ -1824,7 +1824,7 @@ class ModuleUser extends Module
*/
public function SendNotifyRegistrationActivate(ModuleUser_EntityUser $oUser, $sPassword)
{
$this->Send(
$this->Notify_Send(
$oUser,
'registration_activate.tpl',
$this->Lang_Get('emails.registration_activate.subject'),