[ticket/16288] Drop redundant parentheses

PHPBB3-16288
This commit is contained in:
rxu 2020-01-08 17:36:48 +07:00
parent 4ed854c818
commit f69d9e9559
No known key found for this signature in database
GPG key ID: 955F0567380E586A

View file

@ -398,7 +398,7 @@ class ucp_pm
{
$template->assign_vars(array(
'S_VIEW_MESSAGE' => true,
'L_RETURN_TO_FOLDER' => $user->lang('RETURN_TO', ($folder_status ? $folder_status['folder_name'] : '')),
'L_RETURN_TO_FOLDER' => $user->lang('RETURN_TO', $folder_status ? $folder_status['folder_name'] : ''),
'MSG_ID' => $msg_id,
));