From 5676e7ee3d05b1c1d43c30834454683caf304b55 Mon Sep 17 00:00:00 2001 From: gtbu <60353863+g7sim@users.noreply.github.com> Date: Mon, 19 Dec 2022 15:53:55 +0100 Subject: [PATCH] undefined arraykey --- include/tool/Recaptcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tool/Recaptcha.php b/include/tool/Recaptcha.php index 88f0478..80c363b 100644 --- a/include/tool/Recaptcha.php +++ b/include/tool/Recaptcha.php @@ -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); } /**