forked from leftypol/leftypol
Fix cyclic threads not cycling, remove inconsistent code whitespace
This commit is contained in:
parent
3379b9c72e
commit
c909b31cd7
1 changed files with 25 additions and 25 deletions
|
@ -1554,7 +1554,7 @@
|
||||||
$config['mod']['sticky'] = MOD;
|
$config['mod']['sticky'] = MOD;
|
||||||
// Cycle a thread
|
// Cycle a thread
|
||||||
$config['mod']['cycle'] = MOD;
|
$config['mod']['cycle'] = MOD;
|
||||||
$config['cycle_limit'] = &$config['reply_limit'];
|
$config['cycle_limit'] = 250;
|
||||||
// Lock a thread
|
// Lock a thread
|
||||||
$config['mod']['lock'] = MOD;
|
$config['mod']['lock'] = MOD;
|
||||||
// Post in a locked thread
|
// Post in a locked thread
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue