fixes bug: edit Debate was not validating captcha

This commit is contained in:
Juanjo Bazán
2015-08-15 23:49:05 +02:00
committed by Juanjo Bazán
parent b62729aac6
commit aeceaf9ea8
4 changed files with 46 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ module CommonActions
end
def correct_captcha_text
SimpleCaptcha::SimpleCaptchaData.first.value
SimpleCaptcha::SimpleCaptchaData.last.value
end
def avatar(name)