[sword-svn] r249 - trunk/webapp

scribe at crosswire.org scribe at crosswire.org
Thu May 11 23:16:53 MST 2006


Author: scribe
Date: 2006-05-11 23:16:52 -0700 (Thu, 11 May 2006)
New Revision: 249

Modified:
   trunk/webapp/init.jsp
Log:
Changed to use new interface to SwordOrb, which expect request now instead of session


Modified: trunk/webapp/init.jsp
===================================================================
--- trunk/webapp/init.jsp	2006-04-25 09:35:57 UTC (rev 248)
+++ trunk/webapp/init.jsp	2006-05-12 06:16:52 UTC (rev 249)
@@ -80,7 +80,7 @@
 		}
 	}
 
-	SWMgr mgr = SwordOrb.getSWMgrInstance(session);
+	SWMgr mgr = SwordOrb.getSWMgrInstance(request);
 	// let's cache the modInfo in the session cuz this is alot to grab each time we need it from the orb
 	ModInfo[] modInfo = (ModInfo[])session.getAttribute("ModInfo");
 	if (modInfo == null) {



More information about the sword-cvs mailing list