Skip to content

Commit

Permalink
Merge branch 'master' into enhancement-1792-api-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Feb 28, 2012
2 parents f4b996f + fd3ece6 commit 1a9227d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckan/lib/captcha.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ def check_recaptcha(request):

client_ip_address = request.environ.get('REMOTE_ADDR', 'Unknown IP Address')
recaptcha_challenge_field = request.params.get('recaptcha_challenge_field')
recaptcha_response_field = request.params.get('recaptcha_response_field')
recaptcha_response_field = request.params.get('recaptcha_response_field',
'')

recaptcha_server_name = 'http://api-verify.recaptcha.net/verify'

Expand Down

0 comments on commit 1a9227d

Please sign in to comment.