mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00: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
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue