mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
This commit is contained in:
@@ -107,11 +107,11 @@ class pm_handler_shortcodes
|
||||
$type = ($this->pmPrefs['dropdown'] == TRUE ? 'list' : 'popup');
|
||||
if(check_class($this->pmPrefs['multi_class']))
|
||||
{
|
||||
$ret = $us->select_form($type, 'textarea.pm_to');
|
||||
$ret = $us->select_form($type, 'textarea.pm_to', '', $this->pmPrefs['pm_class']);
|
||||
}
|
||||
else
|
||||
{
|
||||
$ret = $us->select_form($type, 'pm_to');
|
||||
$ret = $us->select_form($type, 'pm_to', '', $this->pmPrefs['pm_class']);
|
||||
}
|
||||
return $ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user