nextcloud/lib/private/Config
skjnldsv b86f463915
fix(config): add null coalescing fallback in getValueBool before strtolower
Followup to #59646: guard against null reaching strtolower() in both
AppConfig and UserConfig getValueBool(). Also aligns AppConfig with the
(string) cast added in UserConfig by the original PR.

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2026-05-22 10:23:50 +02:00
..
ConfigManager.php fix(lexicon): switch bool value to non-lazy 2025-10-21 09:27:40 -01:00
PresetManager.php fix: Remove duplicated match values in PresetManager 2026-05-07 12:42:08 +02:00
UserConfig.php fix(config): add null coalescing fallback in getValueBool before strtolower 2026-05-22 10:23:50 +02:00