mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +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->skin) $config->skin = 'default';
|
||||||
if(!$config->colorset) $config->colorset = 'black';
|
if(!$config->colorset) $config->colorset = 'black';
|
||||||
if(!$config->zindex) $config->zindex = '9999';
|
if(!$config->zindex) $config->zindex = '9999';
|
||||||
|
if(!$config->user_notify_setting)
|
||||||
|
{
|
||||||
|
$config->user_notify_setting = 'N';
|
||||||
|
}
|
||||||
|
|
||||||
self::$config = $config;
|
self::$config = $config;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue