mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
userpicker() functioning correctly with jquery
This commit is contained in:
@@ -112,6 +112,7 @@ class pm_shortcodes extends e_shortcode
|
||||
else
|
||||
{
|
||||
$frm = e107::getForm();
|
||||
//TODO Use $frm->userpicker();
|
||||
return $frm->text('pm_to','',10,'typeahead=users');
|
||||
|
||||
$ret = $us->select_form($type, 'pm_to', '', $this->pmPrefs['pm_class']);
|
||||
|
Reference in New Issue
Block a user