mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Send emails for manual user activation if admin activation is enabled not through queue in ACP (Bug #50925)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10124 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
dc4619c889
commit
30d402c24b
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class acp_inactive
|
|||
{
|
||||
include_once($phpbb_root_path . 'includes/functions_messenger.' . $phpEx);
|
||||
|
||||
$messenger = new messenger();
|
||||
$messenger = new messenger(false);
|
||||
|
||||
foreach ($inactive_users as $row)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue