Added missing changes from r1522.
authorLennard de Rijk <ljvderijk@gmail.com>
Fri, 23 Jan 2009 17:51:35 +0000
changeset 930 7e88fba647b1
parent 929 7431d7770197
child 931 1131884c3c56
Added missing changes from r1522. Eclipse found it funny not to save resources ^_^. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/logic/helper/notifications.py
app/soc/views/helper/redirects.py
--- a/app/soc/logic/helper/notifications.py	Fri Jan 23 17:41:30 2009 +0000
+++ b/app/soc/logic/helper/notifications.py	Fri Jan 23 17:51:35 2009 +0000
@@ -70,7 +70,7 @@
 
   invitation_url = "http://%(host)s%(index)s" % {
       'host' : os.environ['HTTP_HOST'],
-      'index': redirects.inviteProcessRedirect(entity, None),
+      'index': redirects.getInviteProcessRedirect(entity, None),
       }
 
   message_properties = {
--- a/app/soc/views/helper/redirects.py	Fri Jan 23 17:41:30 2009 +0000
+++ b/app/soc/views/helper/redirects.py	Fri Jan 23 17:51:35 2009 +0000
@@ -103,7 +103,7 @@
 
 
 def getInviteProcessRedirect(entity, _):
-  """Returns the redirect for processing an invite
+  """Returns the redirect for processing an invite.
   """
 
   return '/request/process_invite/%s/%s/%s' % (