Commit 15c3ae5593cc7e5469e5523c016f8b57026d4acc
1 parent
eafa730b
Exists in
master
correção no método para salvar questionário.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/br/com/controller/QuestionarioController.java
... | ... | @@ -78,7 +78,7 @@ public class QuestionarioController { |
78 | 78 | |
79 | 79 | dtInicioQuestionario = prop.getProperty("dataInicio"); |
80 | 80 | dtFimQuestionario = prop.getProperty("dataFim"); |
81 | - hashAutenticacao = GeradorCodigoHash.gerarHash(questionario.getHashAutenticacao()); | |
81 | + hashAutenticacao = GeradorCodigoHash.gerarHash(codigoHash); | |
82 | 82 | |
83 | 83 | } catch (IOException e) { |
84 | 84 | e.printStackTrace(); | ... | ... |