mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Rollback changes to JS on Fileinspector. Should fix issue #1454
This commit is contained in:
@@ -232,7 +232,7 @@ class private_message
|
||||
{
|
||||
$toclass .= $u['user_name'].', ';
|
||||
}
|
||||
if(check_class($this->pmPrefs['notify_class'], $u['user_class']))
|
||||
if(check_class($this->pmPrefs['notify_class'], null, $u['user_id']))
|
||||
{
|
||||
$vars['to_info'] = $u;
|
||||
$this->pm_send_notify($u['user_id'], $vars, $pmid, count($a_list));
|
||||
|
Reference in New Issue
Block a user