1
0
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:
Cameron
2016-04-16 15:56:02 -07:00
parent 4aba2f6149
commit 308f5c9810
2 changed files with 101 additions and 19 deletions

View File

@@ -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));