aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_resend.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/ucp/ucp_resend.php')
-rw-r--r--phpBB/includes/ucp/ucp_resend.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/ucp/ucp_resend.php b/phpBB/includes/ucp/ucp_resend.php
index 6809e84892..96278fd35a 100644
--- a/phpBB/includes/ucp/ucp_resend.php
+++ b/phpBB/includes/ucp/ucp_resend.php
@@ -51,6 +51,7 @@ class ucp_resend
{
$email_template = 'coppa_welcome_inactive';
}*/
+/*
if ($config['require_activation'] == USER_ACTIVATION_ADMIN)
{
$email_template = 'admin_welcome_inactive';
@@ -59,6 +60,7 @@ class ucp_resend
{
$email_template = 'user_welcome_inactive';
}
+*/
include_once($phpbb_root_path . 'includes/functions_messenger.'.$phpEx);