aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/ucp/ucp_remind.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/ucp/ucp_remind.php')
-rw-r--r--phpBB/modules/ucp/ucp_remind.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modules/ucp/ucp_remind.php b/phpBB/modules/ucp/ucp_remind.php
index 63ce234ab4..82f8de0af6 100644
--- a/phpBB/modules/ucp/ucp_remind.php
+++ b/phpBB/modules/ucp/ucp_remind.php
@@ -108,7 +108,7 @@ class ucp_remind
trigger_error($message);
}
- $template->assign_vars(array(
+ phpbb::$template->assign_vars(array(
'USERNAME' => $username,
'EMAIL' => $email,
'S_PROFILE_ACTION' => append_sid('ucp', 'mode=sendpassword'),