Skip to content

Commit

Permalink
undefined arraykey
Browse files Browse the repository at this point in the history
  • Loading branch information
g7sim committed Dec 19, 2022
1 parent b7e7704 commit 5676e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tool/Recaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static function GetForm($theme='light', $size='', $lang=''){
*/
public static function Form($theme='light'){
global $config;
echo self::GetForm($theme,'',$config['recaptcha_language']);
echo self::GetForm($theme,'',$config['recaptcha_language'] ?? null);
}

/**
Expand Down

0 comments on commit 5676e7e

Please sign in to comment.