mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#90 확장변수가 빈값일때 db에 저장 안하도록 수정
This commit is contained in:
parent
182f4b17b2
commit
919bc4ee33
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ class documentController extends document
|
|||
{
|
||||
foreach($extra_keys as $idx => $extra_item)
|
||||
{
|
||||
$value = '';
|
||||
unset($value);
|
||||
if(isset($obj->{'extra_vars'.$idx}))
|
||||
{
|
||||
$tmp = $obj->{'extra_vars'.$idx};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue