diff --git a/create.php b/create.php index 43d3671e..e45c395a 100644 --- a/create.php +++ b/create.php @@ -24,7 +24,7 @@ if (!$ayah){ if (!$cbRecaptcha){ $recapcha_html = ''; } else { - $recapcha_html = 'reCaptcha' . recaptcha_get_html($config['recaptcha_public']) . ''; + $recapcha_html = 'reCaptcha' . recaptcha_get_html($config['recaptcha_public'], NULL, TRUE) . ''; }