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