[ticket/12477] Tab instead of spaces.

PHPBB3-12477
This commit is contained in:
Cesar G 2014-05-02 12:17:24 -07:00
parent a4a7fcb93d
commit 0684d9c689

View file

@ -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']) (($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) if ($config['allow_privmsg'] && $auth->acl_get('u_sendpm') && $can_receive_pm)
{ {