mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
setting the always use as the diplay_use default setting.
This commit is contained in:
parent
f1b408f328
commit
c65211d13d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class ncenterliteModel extends ncenterlite
|
|||
{
|
||||
$config->use = array('message' => 1);
|
||||
}
|
||||
if(!$config->display_use) $config->display_use = 'Y';
|
||||
if(!$config->display_use) $config->display_use = 'all';
|
||||
|
||||
if(!$config->mention_names) $config->mention_names = 'nick_name';
|
||||
if(!$config->mention_suffixes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue