mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 02:36:38 +02:00
Updated the various "users of emailer", fixed issue(!) of jabber using the email address as the uid, blah fixes, blah, blah di blah yakety smackety
git-svn-id: file:///svn/phpbb/trunk@4583 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -111,6 +111,7 @@ if (isset($_POST['submit']))
|
||||
|
||||
$messenger->replyto($config['board_email']);
|
||||
$messenger->to($to['email'], $to['name']);
|
||||
$messenger->im($to['jabber'], $to['name']);
|
||||
|
||||
$messenger->assign_vars(array(
|
||||
'SITENAME' => $config['sitename'],
|
||||
|
Reference in New Issue
Block a user