@@ -273,7 +273,7 @@ public function hookDisplayCustomerAccountForm($params)
273
273
'captchaVersion ' => Configuration::get ('CAPTCHA_VERSION ' ),
274
274
'publicKey ' => Configuration::get ('CAPTCHA_PUBLIC_KEY ' ),
275
275
'captchalang ' => $ this ->captchaLang ,
276
- 'captchatheme ' => $ this ->themes [Configuration::get ('CAPTCHA_THEME ' )]
276
+ 'captchatheme ' => $ this ->themes [Configuration::get ('CAPTCHA_THEME ' )],
277
277
]);
278
278
279
279
return $ this ->display (__FILE__ , 'views/templates/hook/hookDisplayCustomerAccountForm.tpl ' );
@@ -370,7 +370,7 @@ public function hookDisplayNewsletterRegistration($params)
370
370
'captchaVersion ' => Configuration::get ('CAPTCHA_VERSION ' ),
371
371
'publicKey ' => Configuration::get ('CAPTCHA_PUBLIC_KEY ' ),
372
372
'captchalang ' => $ this ->captchaLang ,
373
- 'captchatheme ' => $ this ->themes [Configuration::get ('CAPTCHA_THEME ' )]
373
+ 'captchatheme ' => $ this ->themes [Configuration::get ('CAPTCHA_THEME ' )],
374
374
]);
375
375
376
376
return $ this ->display (__FILE__ , 'views/templates/hook/hookDisplayNewsletterRegistration.tpl ' );
@@ -449,7 +449,7 @@ public function hookActionGetEicaptchaParams($params)
449
449
'captchaVersion ' => Configuration::get ('CAPTCHA_VERSION ' ),
450
450
'publicKey ' => Configuration::get ('CAPTCHA_PUBLIC_KEY ' ),
451
451
'captchaforcelang ' => Configuration::get ('CAPTCHA_FORCE_LANG ' ),
452
- 'captchatheme ' => $ this ->themes [Configuration::get ('CAPTCHA_THEME ' )]
452
+ 'captchatheme ' => $ this ->themes [Configuration::get ('CAPTCHA_THEME ' )],
453
453
];
454
454
}
455
455
@@ -467,7 +467,7 @@ public function hookDisplayEicaptchaVerification($params)
467
467
'captchaVersion ' => Configuration::get ('CAPTCHA_VERSION ' ),
468
468
'publicKey ' => Configuration::get ('CAPTCHA_PUBLIC_KEY ' ),
469
469
'captchalang ' => $ this ->captchaLang ,
470
- 'captchatheme ' => $ this ->themes [Configuration::get ('CAPTCHA_THEME ' )]
470
+ 'captchatheme ' => $ this ->themes [Configuration::get ('CAPTCHA_THEME ' )],
471
471
]);
472
472
473
473
return $ this ->display (__FILE__ , 'views/templates/hook/hookDisplayEicaptchaVerification.tpl ' );
0 commit comments