mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
Fix user config = false error in ncenterlite module
This commit is contained in:
parent
2f99d71f21
commit
17a69cf6ff
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class ncenterliteView extends ncenterlite
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$user_config = NcenterliteModel::getUserConfig($member_srl);
|
$user_config = NcenterliteModel::getUserConfig($member_srl) ?: new stdClass;
|
||||||
$notify_types = NcenterliteModel::getNotifyTypes();
|
$notify_types = NcenterliteModel::getNotifyTypes();
|
||||||
foreach ($notify_types as $type => $srl)
|
foreach ($notify_types as $type => $srl)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue