projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae5c098
)
Fixed auth method (crashed when no forge session was open)
author
Roland Mas
<lolando@debian.org>
Fri, 14 Oct 2011 16:04:35 +0000
(16:04 +0000)
committer
Roland Mas
<lolando@debian.org>
Fri, 14 Oct 2011 16:04:35 +0000
(16:04 +0000)
src/plugins/moinmoin/lib/fusionforge.py
patch
|
blob
|
history
diff --git
a/src/plugins/moinmoin/lib/fusionforge.py
b/src/plugins/moinmoin/lib/fusionforge.py
index e344bb1068f3c6a201812f4f241c87bb7bec2b1c..cbdac8669b4a413c62e46d62b0e80734c03db2e4 100644
(file)
--- a/
src/plugins/moinmoin/lib/fusionforge.py
+++ b/
src/plugins/moinmoin/lib/fusionforge.py
@@
-111,5
+111,5
@@
class FusionForgeSessionAuth(BaseAuth):
u.create_or_update(True)
if u and u.valid:
return u, True # True to get other methods called, too
-
return user_obj, False # continue with next method in auth list
+ return user_obj, False # continue with next method in auth list