mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Add to default user_notify_setting.
This commit is contained in:
parent
6b11100822
commit
c1d48b9912
1 changed files with 4 additions and 0 deletions
|
|
@ -65,6 +65,10 @@ class ncenterliteModel extends ncenterlite
|
|||
if(!$config->skin) $config->skin = 'default';
|
||||
if(!$config->colorset) $config->colorset = 'black';
|
||||
if(!$config->zindex) $config->zindex = '9999';
|
||||
if(!$config->user_notify_setting)
|
||||
{
|
||||
$config->user_notify_setting = 'N';
|
||||
}
|
||||
|
||||
self::$config = $config;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue