mirror of
https://github.com/e107inc/e107.git
synced 2025-07-22 07:21:16 +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'];
|
||||
}
|
||||
|
||||
$parms = array_merge($parms, $options);
|
||||
|
||||
$ret = $this->text($name, implode(",",$defValues), 100, $parms);
|
||||
|
||||
return $ret;
|
||||
|
Reference in New Issue
Block a user