diff options
Diffstat (limited to 'phpBB/includes/ucp/ucp_profile.php')
| -rw-r--r-- | phpBB/includes/ucp/ucp_profile.php | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php index d2507e5dbd..55df5f610c 100644 --- a/phpBB/includes/ucp/ucp_profile.php +++ b/phpBB/includes/ucp/ucp_profile.php @@ -175,8 +175,7 @@ class ucp_profile  								while ($row = $db->sql_fetchrow($result))  								{  									$messenger->template('admin_activate', $row['user_lang']); -									$messenger->to($row['user_email'], $row['username']); -									$messenger->im($row['user_jabber'], $row['username']); +									$messenger->set_addresses($row);  									$messenger->assign_vars(array(  										'USERNAME'			=> htmlspecialchars_decode($data['username']),  | 
