mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/8041] Add space/tabs after => in array list
PHPBB3-8041
This commit is contained in:
parent
dfa077710f
commit
db63d0fbf9
1 changed files with 3 additions and 3 deletions
|
@ -353,7 +353,7 @@ class ucp_pm
|
|||
{
|
||||
$template->assign_vars(array(
|
||||
'S_VIEW_MESSAGE' => true,
|
||||
'L_RETURN_TO_FOLDER'=> $user->lang('RETURN_TO', $folder_status['folder_name']),
|
||||
'L_RETURN_TO_FOLDER' => $user->lang('RETURN_TO', $folder_status['folder_name']),
|
||||
'MSG_ID' => $msg_id,
|
||||
));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue