mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02: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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user