mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-25 08:47:52 -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