mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
$val이 없을 경우 그냥 continue 하도록 수정
This commit is contained in:
parent
3d9f4557f6
commit
39bc0a914e
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ class addonAdminModel extends addon
|
||||||
$obj = new stdClass();
|
$obj = new stdClass();
|
||||||
if(!$val)
|
if(!$val)
|
||||||
{
|
{
|
||||||
$val = new stdClass();
|
continue;
|
||||||
}
|
}
|
||||||
if(!$val->attrs)
|
if(!$val->attrs)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue