undefined arraykey

This commit is contained in:
gtbu 2022-12-19 15:53:55 +01:00
parent b7e7704eac
commit 5676e7ee3d

View file

@ -62,7 +62,7 @@ namespace gp\tool{
*/
public static function Form($theme='light'){
global $config;
echo self::GetForm($theme,'',$config['recaptcha_language']);
echo self::GetForm($theme,'',$config['recaptcha_language'] ?? null);
}
/**