mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-31 11:39:37 +02:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9421 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
bc1ee36ed3
commit
70c7e59f66
@ -890,7 +890,10 @@ switch ($mode)
|
|||||||
}
|
}
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
'ERROR_MESSAGE' => (sizeof($error)) ? implode('<br />', $error) : '')
|
'ERROR_MESSAGE' => (sizeof($error)) ? implode('<br />', $error) : '',
|
||||||
|
'SUBJECT' => $subject,
|
||||||
|
'MESSAGE' => $message,
|
||||||
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user