mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-27 23:37:11 -04:00
When retrieving an unset shortcut value, the error is not silenced but instead we use the null-coalesce operator to define a default value. See #7290