fix sql statement return

This commit is contained in:
Jean-Christian Paul Denis 2023-04-21 00:49:46 +02:00
parent ba170b0a48
commit e94e9991bc
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951

View File

@ -98,7 +98,7 @@ class Frontend extends dcNsProcess
continue; continue;
} }
$o = rsExtUser::options(new dcRecord($users)); $o = rsExtUser::options($users);
$notification_pref = is_array($o) && isset($o['notify_comments']) ? $o['notify_comments'] : null; $notification_pref = is_array($o) && isset($o['notify_comments']) ? $o['notify_comments'] : null;
unset($o); unset($o);