1
0
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:
Tijn Kuyper 2019-02-28 16:41:46 +01:00
parent 1897fc8f42
commit a6476e680e
No known key found for this signature in database
GPG Key ID: AAEA3CC2C5A308F2

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;