[virtualcommons-svn] commit/foraging: alllee: fixing template attribute error
Status: Beta
Brought to you by:
alllee
From: Bitbucket <com...@bi...> - 2012-01-11 20:26:20
|
1 new commit in foraging: https://bitbucket.org/virtualcommons/foraging/changeset/f5add5427f72/ changeset: f5add5427f72 user: alllee date: 2012-01-11 21:26:14 summary: fixing template attribute error affected #: 1 file diff -r 27a5a9748096161d031e7b57d24d78fa9c229190 -r f5add5427f726ff41dfcf33c067475bead723c86 src/main/java/edu/asu/commons/foraging/conf/RoundConfiguration.java --- a/src/main/java/edu/asu/commons/foraging/conf/RoundConfiguration.java +++ b/src/main/java/edu/asu/commons/foraging/conf/RoundConfiguration.java @@ -716,7 +716,7 @@ public String getSurveyInstructions(Identifier id) { String surveyInstructions = getSurveyInstructions(); ST template = createStringTemplate(surveyInstructions); - template.add("surveyLink", getSurveyUrl()); + template.add("surveyUrl", getSurveyUrl()); template.add("surveyId", id.getSurveyId()); return template.render(); } Repository URL: https://bitbucket.org/virtualcommons/foraging/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |