Author: taylor Date: Wed Nov 30 21:37:20 2005 New Revision: 350176 URL: http://svn.apache.org/viewcvs?rev=350176&view=rev Log: typo
Modified: portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/administration/PortalAdministrationImpl.java Modified: portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/administration/PortalAdministrationImpl.java URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/administration/PortalAdministrationImpl.java?rev=350176&r1=350175&r2=350176&view=diff ============================================================================== --- portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/administration/PortalAdministrationImpl.java (original) +++ portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/administration/PortalAdministrationImpl.java Wed Nov 30 21:37:20 2005 @@ -343,7 +343,7 @@ SimpleMailMessage msg = new SimpleMailMessage(); if(from == null) { - from = from = "[EMAIL PROTECTED]"; + from = "[EMAIL PROTECTED]"; } msg.setFrom(from); if(subject == null) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]