aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/memberlist.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-03-31 15:16:49 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-03-31 15:16:49 +0000
commit70c7e59f66e6bbb8d44ee94aa3a76adb51af22cb (patch)
treebc6e9cd0f777ed3b5a1125a43ec702c0f0053eaa /phpBB/memberlist.php
parentbc1ee36ed3174cbd2aed6dbc64a3859b566069af (diff)
downloadforums-70c7e59f66e6bbb8d44ee94aa3a76adb51af22cb.tar
forums-70c7e59f66e6bbb8d44ee94aa3a76adb51af22cb.tar.gz
forums-70c7e59f66e6bbb8d44ee94aa3a76adb51af22cb.tar.bz2
forums-70c7e59f66e6bbb8d44ee94aa3a76adb51af22cb.tar.xz
forums-70c7e59f66e6bbb8d44ee94aa3a76adb51af22cb.zip
#43665
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9421 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r--phpBB/memberlist.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php
index 38d5efad2f..5155431dbf 100644
--- a/phpBB/memberlist.php
+++ b/phpBB/memberlist.php
@@ -890,7 +890,10 @@ switch ($mode)
}
$template->assign_vars(array(
- 'ERROR_MESSAGE' => (sizeof($error)) ? implode('<br />', $error) : '')
+ 'ERROR_MESSAGE' => (sizeof($error)) ? implode('<br />', $error) : '',
+ 'SUBJECT' => $subject,
+ 'MESSAGE' => $message,
+ )
);
break;