Browse Source

Fix cyclic threads not cycling, remove inconsistent code whitespace

pull/107/head
discomrade 3 years ago
parent
commit
c909b31cd7
  1. 2
      inc/config.php

2
inc/config.php

@ -1554,7 +1554,7 @@
$config['mod']['sticky'] = MOD;
// Cycle a thread
$config['mod']['cycle'] = MOD;
$config['cycle_limit'] = &$config['reply_limit'];
$config['cycle_limit'] = 250;
// Lock a thread
$config['mod']['lock'] = MOD;
// Post in a locked thread

Loading…
Cancel
Save