1
0
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:
Tijn Kuyper
2019-02-28 16:41:46 +01:00
parent 1897fc8f42
commit a6476e680e

View File

@@ -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;