4 Replies Latest reply on Sep 13, 2007 8:46 AM by kconner

    NotifyEmail bug?

      Hello,

      NotifyEmail inserts message content two times into the email. In NotifyEmail.java the line number 100
      sMsg = ((null == sMsg) ? content : sMsg + "\n") + content;
      should look line
      sMsg = ((null == sMsg) ? content : sMsg + "\n" + content);

      I am not brave enough to create s JIRA issue without knowledge that it is not a feature:-)