Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-login/src/java/com/finalist/cmsc/portlets
In directory 
james.mmbase.org:/tmp/cvs-serv24478/portlets-login/src/java/com/finalist/cmsc/portlets

Modified Files:
      Tag: b1_5
        LoginPortlet.java 
Log Message:
CMSC-1357: renamed field


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-login/src/java/com/finalist/cmsc/portlets
See also: http://www.mmbase.org/jira/browse/CMSC-1357


Index: LoginPortlet.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-login/src/java/com/finalist/cmsc/portlets/LoginPortlet.java,v
retrieving revision 1.11.2.8
retrieving revision 1.11.2.9
diff -u -b -r1.11.2.8 -r1.11.2.9
--- LoginPortlet.java   2 Apr 2009 09:22:39 -0000       1.11.2.8
+++ LoginPortlet.java   6 Apr 2009 13:07:52 -0000       1.11.2.9
@@ -62,7 +62,7 @@
    
    protected void doEditDefaults(RenderRequest req, RenderResponse res) throws 
IOException,
    PortletException {
-      super.DEFAULT_EMAIL_CONFIRM_TEMPLATE_DIR = EMAIL_TEMPLATE_DIR;
+      super.DEFAULT_EMAIL_CONFIRM_TEMPLATE = EMAIL_TEMPLATE_DIR;
       super.doEditDefaults(req, res);
    }
    
@@ -209,7 +209,7 @@
    
    protected String getEmailBody(String emailText,ActionRequest request,
          Authentication authentication, Person person) {
-      super.DEFAULT_EMAIL_CONFIRM_TEMPLATE_DIR = EMAIL_TEMPLATE_DIR;
+      super.DEFAULT_EMAIL_CONFIRM_TEMPLATE = EMAIL_TEMPLATE_DIR;
       return String.format(emailText == 
null?getConfirmationTemplate():emailText, authentication
             .getUserId(), authentication.getPassword(), person.getFirstName(),
             person.getInfix(), person.getLastName());
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to