mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
userpicker() - make sure the $options parm is also passed along
This commit is contained in:
parent
1897fc8f42
commit
a6476e680e
@ -2044,6 +2044,8 @@ class e_form
|
||||
$defValues[] = $val['value'];
|
||||
}
|
||||
|
||||
$parms = array_merge($parms, $options);
|
||||
|
||||
$ret = $this->text($name, implode(",",$defValues), 100, $parms);
|
||||
|
||||
return $ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user