mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-25 00:37:29 -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