Ticket #1350: 1350.2.patch
| File 1350.2.patch, 0.9 kB (added by andrew, 1 year ago) |
|---|
fixed my fat fingers, didn't know how to delete old patch |
-
src/web/org/openmrs/web/filter/initialization/InitializationFilter.java
old new 545 545 546 546 // start openmrs 547 547 try { 548 Context.openSession(); 548 549 Context.startup(runtimeProperties); 549 550 } 550 551 catch (DatabaseUpdateException updateEx) { … … 642 642 643 643 // set this so that the wizard isn't run again on next page load 644 644 initializationComplete = true; 645 Context.closeSession(); 645 646 646 647 // TODO send user to confirmation page with results of wizard, location of runtime props, etc instead? 647 648 httpResponse.sendRedirect("/" + WebConstants.WEBAPP_NAME);
Download in other formats:
Powered by Trac 0.10.5
By Edgewall Software.
Visit the Trac open source project at
http://trac.edgewall.com/