mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
비교문 수정
This commit is contained in:
parent
b95ff6a5f8
commit
a22aa3040b
1 changed files with 2 additions and 2 deletions
|
|
@ -687,7 +687,7 @@ class documentItem extends Object
|
|||
}
|
||||
}
|
||||
|
||||
if(is_array($extra_vars) && array_key_exists($eid,$extra_vars))
|
||||
if(is_array($extra_eid) && array_key_exists($eid,$extra_eid))
|
||||
{
|
||||
return $extra_eid[$eid]->getValue();
|
||||
}
|
||||
|
|
@ -706,7 +706,7 @@ class documentItem extends Object
|
|||
$extra_eid[$key->eid] = $key;
|
||||
}
|
||||
|
||||
if(is_array($extra_vars) && array_key_exists($eid,$extra_vars))
|
||||
if(is_array($extra_eid) && array_key_exists($eid,$extra_eid))
|
||||
{
|
||||
return $extra_eid[$eid]->getValueHTML();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue