Merge pull request #11571 from atm-john/9.0_fix_showOutputField
Fix sellist showOuputField
This commit is contained in:
commit
ed7a57e3ef
@ -5957,6 +5957,12 @@ abstract class CommonObject
|
|||||||
$type='link';
|
$type='link';
|
||||||
$param['options']=array($reg[1].':'.$reg[2]=>$reg[1].':'.$reg[2]);
|
$param['options']=array($reg[1].':'.$reg[2]=>$reg[1].':'.$reg[2]);
|
||||||
}
|
}
|
||||||
|
elseif(preg_match('/^sellist:(.*):(.*):(.*):(.*)/i', $val['type'], $reg)) {
|
||||||
|
$param['options'] = array($reg[1] . ':' . $reg[2] . ':' . $reg[3] . ':' . $reg[4] => 'N');
|
||||||
|
$type = 'sellist';
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
$langfile=$val['langfile'];
|
$langfile=$val['langfile'];
|
||||||
$list=$val['list'];
|
$list=$val['list'];
|
||||||
$help=$val['help'];
|
$help=$val['help'];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user