From 0684d9c6891c38c838b1f169d4a8af40d8e1c810 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Fri, 2 May 2014 12:17:24 -0700 Subject: [PATCH] [ticket/12477] Tab instead of spaces. PHPBB3-12477 --- phpBB/viewtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index c46f30d038..7495e6baee 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1621,7 +1621,7 @@ for ($i = 0, $end = sizeof($post_list); $i < $end; ++$i) (($auth->acl_gets('a_', 'm_') || $auth->acl_getf_global('m_')) || $data['user_allow_pm']) ); - $u_pm = ''; + $u_pm = ''; if ($config['allow_privmsg'] && $auth->acl_get('u_sendpm') && $can_receive_pm) {