Change By: Matthias Richter (23/Jan/13 12:07 PM)
Description: When checking for an existing email address for a user the proper getAdress() method is not being used:

{code:title=GitChangeSet.java, Line 274|borderStyle=solid}
if (fixEmpty(csAuthorEmail) != null && user.getProperty(Mailer.UserProperty.class)==null)
{code}

should look like:

{code:java
}
if (fixEmpty(csAuthorEmail) != null && user.getProperty(Mailer.UserProperty.class).getAddress())
{code}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to