diff roundup/cgi/actions.py @ 3467:8fcee705ebdb maint-0.8

merge from HEAD
author Richard Jones <richard@users.sourceforge.net>
date Fri, 13 Jan 2006 03:34:34 +0000
parents e012231982e9
children 235f1cee5cf2
line wrap: on
line diff
--- a/roundup/cgi/actions.py	Fri Jan 13 01:44:02 2006 +0000
+++ b/roundup/cgi/actions.py	Fri Jan 13 03:34:34 2006 +0000
@@ -1,4 +1,4 @@
-#$Id: actions.py,v 1.40.2.8 2005-07-07 06:44:35 richard Exp $
+#$Id: actions.py,v 1.40.2.9 2006-01-13 03:34:34 richard Exp $
 
 import re, cgi, StringIO, urllib, Cookie, time, random, csv
 
@@ -788,8 +788,7 @@
 
             # finish off by logging the user in
             self.userid = self.nodeid
-            self.finishRego()
-            return
+            return self.finishRego()
 
         # generate the one-time-key and store the props for later
         for propname, proptype in self.db.user.getprops().items():

Roundup Issue Tracker: http://roundup-tracker.org/