projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed adding regular tags.
[zzz-floof.git]
/
floof
/
lib
/
base.py
diff --git
a/floof/lib/base.py
b/floof/lib/base.py
index
b42d2be
..
c93803b
100644
(file)
--- a/
floof/lib/base.py
+++ b/
floof/lib/base.py
@@
-21,6
+21,7
@@
class BaseController(WSGIController):
try:
c.user = User.query.get(session['user_id'])
except:
+ c.user = None
pass
def __call__(self, environ, start_response):