Default missing values to `''` in OptionHandler::validateOption()
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 7 Jan 2022 08:54:19 +0000 (09:54 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 7 Jan 2022 08:54:19 +0000 (09:54 +0100)
commit7205811ec835a6b34e835f5aaac1b891acdccae7
tree3fc0592934472478892b49bdcbbb862e084260c4
parent860e98cff580e299cbbd8cdb7eb50d0113b938cc
Default missing values to `''` in OptionHandler::validateOption()

This is required for PHP 8.1 compatibility of i18n options, as these are
handled separately using I18nHandler.

see b46c272b28ba84892534b31c641a6dd412bb0a1e
see 860e98cff580e299cbbd8cdb7eb50d0113b938cc
wcfsetup/install/files/lib/system/option/OptionHandler.class.php