mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
changes the default settings.
This commit is contained in:
parent
7cdb30f160
commit
5f321d98cd
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class ncenterliteModel extends ncenterlite
|
|||
unset($config->mention_format);
|
||||
if(!$config->hide_module_srls) $config->hide_module_srls = array();
|
||||
if(!is_array($config->hide_module_srls)) $config->hide_module_srls = explode('|@|', $config->hide_module_srls);
|
||||
if(!$config->document_read) $config->document_read = 'N';
|
||||
if(!$config->document_read) $config->document_read = 'Y';
|
||||
if(!$config->voted_format) $config->voted_format = 'N';
|
||||
if(!$config->skin) $config->skin = 'default';
|
||||
if(!$config->colorset) $config->colorset = 'black';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue