aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/memberlist.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r--phpBB/memberlist.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php
index a8f359ba1b..1ba62f7f8f 100644
--- a/phpBB/memberlist.php
+++ b/phpBB/memberlist.php
@@ -890,6 +890,8 @@ switch ($mode)
phpbb::$template->assign_vars(array(
'ERROR_MESSAGE' => (sizeof($error)) ? implode('<br />', $error) : '',
+ 'SUBJECT' => $subject,
+ 'MESSAGE' => $message,
));
break;