mirror of
https://github.com/e107inc/e107.git
synced 2025-07-22 23:41:20 +02:00
userpicker() - make sure the $options parm is also passed along
This commit is contained in:
@@ -2044,6 +2044,8 @@ class e_form
|
|||||||
$defValues[] = $val['value'];
|
$defValues[] = $val['value'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$parms = array_merge($parms, $options);
|
||||||
|
|
||||||
$ret = $this->text($name, implode(",",$defValues), 100, $parms);
|
$ret = $this->text($name, implode(",",$defValues), 100, $parms);
|
||||||
|
|
||||||
return $ret;
|
return $ret;
|
||||||
|
Reference in New Issue
Block a user