Author: taylor
Date: Wed Nov 30 16:12:18 2005
New Revision: 350084

URL: http://svn.apache.org/viewcvs?rev=350084&view=rev
Log:
localization of j2-admin features, part 1
patch from Chris Schaefer

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=350084&r1=350083&r2=350084&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 16:12:18 2005
@@ -343,7 +343,7 @@
         SimpleMailMessage msg = new SimpleMailMessage();
         if(from == null) 
         {
-            from = "[EMAIL PROTECTED]";
+            from = from = "[EMAIL PROTECTED]";
         }
         msg.setFrom(from);
         if(subject == null) 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to