diff --git a/inc/class.emailnotification.behaviors.php b/inc/class.emailnotification.behaviors.php index 46e2d2d..03c4c2f 100644 --- a/inc/class.emailnotification.behaviors.php +++ b/inc/class.emailnotification.behaviors.php @@ -74,7 +74,7 @@ class emailNotificationBehaviors continue; } - $notification_pref = self::notificationPref(rsExtUser::options($users)); + $notification_pref = self::notificationPref(rsExtUser::options(new dcRecord($users))); if ($notification_pref == 'all' || ($notification_pref == 'mine' && $users->user_id == $rs->user_id)) {