-
Bug
-
Resolution: Fixed
-
3.0.x
-
None
-
PHP Environment:
Database:
If set as locked, quick reply button will still show in the topic. Fix is
OPEN
viewtopic.php
FIND
'S_QUICK_REPLY' => true,
|
REPLACE WITH
'S_QUICK_REPLY' => ($topic_data['topic_status'] != ITEM_LOCKED) ? true : false,
|
- is duplicated by
-
PHPBB-9507 Quick reply allowed in locked topics.
- Closed