aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-13 10:41:41 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-13 10:41:41 +0100
commitdb63d0fbf9f34f7b401d2211ea43dd25c0efcd45 (patch)
tree436f7e5118baf2fd13308b1c65d339233b3df482 /phpBB/includes/ucp/ucp_pm.php
parent[ticket/8041] Wrap forum name, topic title and pm folder name with quotes (diff)
downloadphpbb-db63d0fbf9f34f7b401d2211ea43dd25c0efcd45.tar.gz
phpbb-db63d0fbf9f34f7b401d2211ea43dd25c0efcd45.tar.bz2
phpbb-db63d0fbf9f34f7b401d2211ea43dd25c0efcd45.zip
[ticket/8041] Add space/tabs after => in array list
PHPBB3-8041
Diffstat (limited to 'phpBB/includes/ucp/ucp_pm.php')
-rw-r--r--phpBB/includes/ucp/ucp_pm.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/ucp/ucp_pm.php b/phpBB/includes/ucp/ucp_pm.php
index 1500a24bc1..7e13b5b9c6 100644
--- a/phpBB/includes/ucp/ucp_pm.php
+++ b/phpBB/includes/ucp/ucp_pm.php
@@ -352,9 +352,9 @@ class ucp_pm
else if ($action == 'view_message')
{
$template->assign_vars(array(
- 'S_VIEW_MESSAGE' => true,
- 'L_RETURN_TO_FOLDER'=> $user->lang('RETURN_TO', $folder_status['folder_name']),
- 'MSG_ID' => $msg_id,
+ 'S_VIEW_MESSAGE' => true,
+ 'L_RETURN_TO_FOLDER' => $user->lang('RETURN_TO', $folder_status['folder_name']),
+ 'MSG_ID' => $msg_id,
));
if (!$msg_id)