possibly fixed issue 1169
This commit is contained in:
2
VERSION
2
VERSION
@@ -1 +1 @@
|
||||
Version 2.2.1 (2012-12-03 17:10:38) stable
|
||||
Version 2.2.1 (2012-12-03 17:38:35) stable
|
||||
|
||||
@@ -1693,7 +1693,7 @@ class Auth(object):
|
||||
user_id = None # user unknown
|
||||
vars = vars or {}
|
||||
self.table_event().insert(
|
||||
description=description % vars,
|
||||
description=str(description % vars),
|
||||
origin=origin, user_id=user_id)
|
||||
|
||||
def get_or_create_user(self, keys, update_fields=['email']):
|
||||
|
||||
Reference in New Issue
Block a user