[pollen] branch develop updated (6cab467 -> 90fda3e)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See http://git.chorem.org/pollen.git from 6cab467 check valid email for poll creator new 90fda3e fix test The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 90fda3e62fcee9382830ef6d71258aca31552a6c Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Tue Aug 19 16:08:23 2014 +0200 fix test Summary of changes: .../src/main/java/org/chorem/pollen/services/service/PollService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit 90fda3e62fcee9382830ef6d71258aca31552a6c Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Tue Aug 19 16:08:23 2014 +0200 fix test --- .../src/main/java/org/chorem/pollen/services/service/PollService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/PollService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/PollService.java index 3159bc8..05bd263 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/PollService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/PollService.java @@ -440,7 +440,7 @@ public class PollService extends PollenServiceSupport { } } - if (!poll.getCreatorEmail().isEmpty()) { + if (poll.getCreatorEmail() != null && !poll.getCreatorEmail().isEmpty()) { checkValidEmail(errors, Poll.PROPERTY_CREATOR+"."+PollenPrincipal.PROPERTY_EMAIL,poll.getCreatorEmail(), l(getLocale(), "pollen.error.poll.creator.email.invalid")); } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm