You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/12/01 06:37:26 UTC

svn commit: r350176 - /portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/administration/PortalAdministrationImpl.java

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 = "jetspeed-admin@apache.org";
+            from = "jetspeed-admin@apache.org";
         }
         msg.setFrom(from);
         if(subject == null) 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org