mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9905 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1613,7 +1613,6 @@ else if (!$all_marked_read)
|
||||
}
|
||||
|
||||
// let's set up quick_reply
|
||||
// TODO: introduce a per-forum and a per-user setting
|
||||
$s_quick_reply = $user->data['is_registered'] && $config['allow_quick_reply'] && ($topic_data['forum_flags'] & FORUM_FLAG_QUICK_REPLY) && $auth->acl_get('f_reply', $forum_id);
|
||||
|
||||
if ($s_can_vote || $s_quick_reply)
|
||||
|
Reference in New Issue
Block a user