added empty line

This commit is contained in:
Michele Comitini
2013-06-24 00:57:24 +02:00
parent b632970960
commit c8cb3c94ef
+1
View File
@@ -549,6 +549,7 @@ class Session(Storage):
# verify that session_id exists
if not response.session_id:
return
# verify if tablename was set or used in connect
if response.session_table_name and tablename == 'web2py_session':
tablename = response.session_table_name