change field name
This commit is contained in:
parent
8d42fc9302
commit
90925789d9
|
@ -42,10 +42,10 @@ class VisualHandle extends \Westdc\Visual\VariableEncoder
|
|||
|
||||
foreach($data['variable'] as $k=>$v)
|
||||
{
|
||||
if(isset($v['filter']))
|
||||
if(isset($v['condition']))
|
||||
{
|
||||
if(preg_match("/;/",$v['filter']))
|
||||
$data['vars'][$k]['filter'] = explode(";",$v['filter']);
|
||||
if(preg_match("/;/",$v['condition']))
|
||||
$data['variable'][$k]['condition'] = explode(";",$v['condition']);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue