fixed grin without login, thanks Liam

This commit is contained in:
mdipierro
2012-08-30 08:14:10 -05:00
parent a8580673b6
commit 528cf0ed0f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.0.2 (2012-08-30 08:09:29) stable
Version 2.0.2 (2012-08-30 08:14:07) stable
+1 -1
View File
@@ -1656,7 +1656,7 @@ class SQLFORM(FORM):
if user_signature:
if (args != request.args and user_signature and \
not URL.verify(request,user_signature=user_signature)) or \
(not session.auth.user and \
(not (session.auth and session.auth.user) and \
('edit' in request.args or \
'create' in request.args or \
'delete' in request.args)):