Browse Source

Fix cyclic threads not cycling, remove inconsistent code whitespace

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

4
inc/config.php

@ -1295,7 +1295,7 @@
// Website favicon.
// $config['url_favicon'] = '/favicon.gif';
// Website Apple touch icon.
// Website Apple touch icon.
// $config['url_appletouchicon'] = '/favicon.gif';
// Try not to build pages when we shouldn't have to.
@ -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