diff --git a/lib/serpro_captcha_plugin.rb b/lib/serpro_captcha_plugin.rb index 17c86ee..27d9a9a 100644 --- a/lib/serpro_captcha_plugin.rb +++ b/lib/serpro_captcha_plugin.rb @@ -12,7 +12,7 @@ class SerproCaptchaPlugin < Noosfero::Plugin [SerproCaptchaPlugin::API ] end - def test_captcha(*args) + def verify_captcha(*args) remote_ip = args[0] params = args[1] environment = args[2] -- libgit2 0.21.2