mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/16288] Drop redundant parentheses
PHPBB3-16288
This commit is contained in:
@@ -398,7 +398,7 @@ class ucp_pm
|
|||||||
{
|
{
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
'S_VIEW_MESSAGE' => true,
|
'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,
|
'MSG_ID' => $msg_id,
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user