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
|
@ -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…
Add table
Add a link
Reference in a new issue