mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-24 15:19:12 +01:00
undefined arraykey
This commit is contained in:
parent
b7e7704eac
commit
5676e7ee3d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue