* [bug#65260,done,0.2h] fix bug.
This commit is contained in:
@@ -560,7 +560,7 @@ class baseEntry
|
||||
}
|
||||
else
|
||||
{
|
||||
$vs = implode(',', $object->$key);
|
||||
$vs = explode(',', $object->$key);
|
||||
foreach($vs as $v)
|
||||
{
|
||||
if($v === '') continue;
|
||||
|
||||
Reference in New Issue
Block a user