mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Issue #1582 - Simplification and rewrite of userpicker() method.
This commit is contained in:
@@ -170,8 +170,7 @@ if(!class_exists('plugin_pm_pm_shortcodes'))
|
||||
|
||||
if(check_class($this->pmPrefs['multi_class']))
|
||||
{
|
||||
$selectize = array('maxItems'=>10);
|
||||
$ret = e107::getForm()->userpicker('pm_to', null, null, null, array('selectize'=>$selectize));
|
||||
$ret = e107::getForm()->userpicker('pm_to', null, array('limit'=>10));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user