minor fixes

This commit is contained in:
Amine Ben hammou
2018-01-15 09:53:03 +00:00
parent 5bf532a750
commit 6e94db24a2
3 changed files with 9 additions and 9 deletions

View File

@ -141,7 +141,7 @@ class Populator {
}
// set reCaptcha settings
$re_captcha = Setting::getValue('re_captcha', array());
$re_captcha = Setting::getValue('re_captcha');
if(empty($re_captcha)) {
Setting::setValue('re_captcha', array(
'enabled' => false,