mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
If input an empty set then return the settings to the empty string.
This commit is contained in:
parent
6b3a1570d7
commit
60187e4dfb
1 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,10 @@ class ncenterliteAdminController extends ncenterlite
|
||||||
{
|
{
|
||||||
$config->{$val} = $obj->{$val};
|
$config->{$val} = $obj->{$val};
|
||||||
}
|
}
|
||||||
|
if($obj->{$val} == null)
|
||||||
|
{
|
||||||
|
$config->{$val} = null;
|
||||||
|
}
|
||||||
if($obj->disp_act == 'dispNcenterliteAdminSeletedmid' && !$obj->hide_module_srls)
|
if($obj->disp_act == 'dispNcenterliteAdminSeletedmid' && !$obj->hide_module_srls)
|
||||||
{
|
{
|
||||||
$config->hide_module_srls = array();
|
$config->hide_module_srls = array();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue