mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
- small fix for typo
git-svn-id: file:///svn/phpbb/trunk@4967 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
02ce770990
commit
2234fd908f
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ class ucp_register extends module
|
|||
|
||||
while ($row = $db->sql_fetchrow($result))
|
||||
{
|
||||
$messenger->use_template('admin_activate', $row['user_lang']);
|
||||
$messenger->template('admin_activate', $row['user_lang']);
|
||||
$messenger->replyto($config['board_contact']);
|
||||
$messenger->to($row['user_email'], $row['username']);
|
||||
$messenger->im($row['user_jabber'], $row['username']);
|
||||
|
|
Loading…
Add table
Reference in a new issue