mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
gah
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9693 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
957d1d43dc
commit
31968a5070
1 changed files with 2 additions and 1 deletions
|
@ -1606,7 +1606,7 @@ else if (!$all_marked_read)
|
||||||
|
|
||||||
// let's set up quick_reply
|
// let's set up quick_reply
|
||||||
// TODO: introduce a per-forum and a per-user setting
|
// 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) ;
|
$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 )
|
if ($s_can_vote || $s_quick_reply )
|
||||||
{
|
{
|
||||||
add_form_key('posting');
|
add_form_key('posting');
|
||||||
|
@ -1638,6 +1638,7 @@ if ($s_can_vote || $s_quick_reply )
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// now I have the urge to wash my hands :(
|
||||||
|
|
||||||
|
|
||||||
// We overwrite $_REQUEST['f'] if there is no forum specified
|
// We overwrite $_REQUEST['f'] if there is no forum specified
|
||||||
|
|
Loading…
Add table
Reference in a new issue