mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 08:49:15 +00:00
db-prefs: better error output for missing prefs, digest: hide DIGEST_ENABLE pref missing for unitialized users
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
while ($line = db_fetch_assoc($result)) {
|
||||
|
||||
if (get_pref('DIGEST_ENABLE', $line['id'], false)) {
|
||||
if (@get_pref('DIGEST_ENABLE', $line['id'], false)) {
|
||||
$preferred_ts = strtotime(get_pref('DIGEST_PREFERRED_TIME', $line['id'], '00:00'));
|
||||
|
||||
// try to send digests within 2 hours of preferred time
|
||||
|
||||
Reference in New Issue
Block a user