aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_remind.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-07-06 18:48:33 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-07-06 18:48:33 +0000
commit1b320bbb006a685d33032a6d1a39de44b4e858a7 (patch)
tree79959cc9ae9d93be18ecf5b56eb991b5511ec8bd /phpBB/includes/ucp/ucp_remind.php
parentf31b471ee12c96eb1a61484c684202f4d3a8b8bd (diff)
downloadforums-1b320bbb006a685d33032a6d1a39de44b4e858a7.tar
forums-1b320bbb006a685d33032a6d1a39de44b4e858a7.tar.gz
forums-1b320bbb006a685d33032a6d1a39de44b4e858a7.tar.bz2
forums-1b320bbb006a685d33032a6d1a39de44b4e858a7.tar.xz
forums-1b320bbb006a685d33032a6d1a39de44b4e858a7.zip
merged log tables, added new log_type (critical).
changed email class a little bit. bug fixed the queue a little bit. git-svn-id: file:///svn/phpbb/trunk@4210 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_remind.php')
-rw-r--r--phpBB/includes/ucp/ucp_remind.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_remind.php b/phpBB/includes/ucp/ucp_remind.php
index 25ee678b07..16101a95c3 100644
--- a/phpBB/includes/ucp/ucp_remind.php
+++ b/phpBB/includes/ucp/ucp_remind.php
@@ -58,7 +58,7 @@ class ucp_remind extends ucp
$db->sql_query($sql);
include($phpbb_root_path . 'includes/emailer.'.$phpEx);
- $emailer = new emailer($config['smtp_delivery']);
+ $emailer = new emailer();
$emailer->use_template('user_activate_passwd', $row['user_lang']);
$emailer->to($row['user_email']);