forked from leftypol/leftypol
Allow mods to post in locked threads as per the config
This commit is contained in:
parent
5df6f85854
commit
8fe1846e56
2 changed files with 11 additions and 4 deletions
|
@ -189,6 +189,8 @@
|
|||
define('MOD_STICKY', MOD_MOD, true);
|
||||
// Lock a thread
|
||||
define('MOD_LOCK', MOD_MOD, true);
|
||||
// Post in a locked thread
|
||||
define('MOD_POSTINLOCKED', MOD_MOD, true);
|
||||
|
||||
/* Administration */
|
||||
// Display the contents of instant-config.php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue