mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12477] Tab instead of spaces.
PHPBB3-12477
This commit is contained in:
parent
a4a7fcb93d
commit
0684d9c689
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue