diff options
author | Cesar G <prototech91@gmail.com> | 2014-05-02 12:17:24 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-05-02 13:05:31 -0700 |
commit | 0684d9c6891c38c838b1f169d4a8af40d8e1c810 (patch) | |
tree | 0821c7f74648c7e59eac0c3e3b99bff6d1c48413 | |
parent | a4a7fcb93df33c41d1d0faa51e3c322145e97b4e (diff) | |
download | forums-0684d9c6891c38c838b1f169d4a8af40d8e1c810.tar forums-0684d9c6891c38c838b1f169d4a8af40d8e1c810.tar.gz forums-0684d9c6891c38c838b1f169d4a8af40d8e1c810.tar.bz2 forums-0684d9c6891c38c838b1f169d4a8af40d8e1c810.tar.xz forums-0684d9c6891c38c838b1f169d4a8af40d8e1c810.zip |
[ticket/12477] Tab instead of spaces.
PHPBB3-12477
-rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |