-
Bug
-
Resolution: Fixed
-
Major
-
3.1.0-b4
-
None
if (empty($users))
|
{
|
return array();
|
}
|
sort($users);
|
|
$auth_read = $this->auth->acl_get_list($users, 'f_read', $post['forum_id']);
|
|
if (empty($auth_read))
|
{
|
return array();
|
}
|
|
$notify_users = $this->check_user_notification_options($auth_read[$post['forum_id']]['f_read'], $options);
|
duplicates over almost all the files.
it should be moved to a sub method in the base class, so we can add an event there instead of having multiple events