Author: sebawagner
Date: Sun Jan 29 11:45:02 2012
New Revision: 1237252

URL: http://svn.apache.org/viewvc?rev=1237252&view=rev
Log:
OPENMEETINGS-32 Replace JOD Library with own implementation fix variable name 
in Installer

Modified:
    
incubator/openmeetings/trunk/singlewebapp/src/app/org/openmeetings/servlet/outputhandler/Install.java

Modified: 
incubator/openmeetings/trunk/singlewebapp/src/app/org/openmeetings/servlet/outputhandler/Install.java
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/src/app/org/openmeetings/servlet/outputhandler/Install.java?rev=1237252&r1=1237251&r2=1237252&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/src/app/org/openmeetings/servlet/outputhandler/Install.java
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/src/app/org/openmeetings/servlet/outputhandler/Install.java
 Sun Jan 29 11:45:02 2012
@@ -330,7 +330,7 @@ public class Install extends VelocityVie
                                                        
.getParameter("timeZone");
                                        
                                        String jodPath = httpServletRequest
-                                                       
.getParameter("jodPath");
+                                                       
.getParameter("jod_path");
 
                                        log.debug("step 0+ start init with 
values. " + username
                                                        + " ***** " + useremail 
+ " " + orgname + " "


Reply via email to