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); } /**