1
0
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:
Cameron
2016-04-24 10:45:27 -07:00
parent 0e9be6404b
commit 4125d04371
3 changed files with 124 additions and 19 deletions

View File

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