Author: justi9
Date: 2010-07-08 22:23:52 -0400 (Thu, 08 Jul 2010)
New Revision: 4093
Modified:
mgmt/newdata/cumin/python/cumin/widgets.py
Log:
Repair incorrect set call
Modified: mgmt/newdata/cumin/python/cumin/widgets.py
===================================================================
--- mgmt/newdata/cumin/python/cumin/widgets.py 2010-07-09 02:20:33 UTC (rev 4092)
+++ mgmt/newdata/cumin/python/cumin/widgets.py 2010-07-09 02:23:52 UTC (rev 4093)
@@ -1330,7 +1330,7 @@
sess = Session(page)
page.origin.set(sess, session.marshal())
- self.redirect.set(sess.marshal())
+ self.redirect.set(session, sess.marshal())
return
Show replies by date