mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fix Bug #51775 - Do not unlock topics with QuickReply
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10179 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
782d680b54
commit
87eb1d9f20
1 changed files with 1 additions and 0 deletions
|
@ -1705,6 +1705,7 @@ if ($s_can_vote || $s_quick_reply)
|
||||||
(!$config['allow_post_links']) ? $qr_hidden_fields['disable_magic_url'] = 1 : true;
|
(!$config['allow_post_links']) ? $qr_hidden_fields['disable_magic_url'] = 1 : true;
|
||||||
($s_attach_sig) ? $qr_hidden_fields['attach_sig'] = 1 : true;
|
($s_attach_sig) ? $qr_hidden_fields['attach_sig'] = 1 : true;
|
||||||
($s_notify) ? $qr_hidden_fields['notify'] = 1 : true;
|
($s_notify) ? $qr_hidden_fields['notify'] = 1 : true;
|
||||||
|
($topic_data['topic_status'] == ITEM_LOCKED) ? $qr_hidden_fields['lock_topic'] = 1 : true;
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
'S_QUICK_REPLY' => true,
|
'S_QUICK_REPLY' => true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue