projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4b432f
)
bugfix
author
Joey Hess
<joey@kitenet.net>
Sat, 8 May 2010 01:27:02 +0000
(21:27 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sat, 8 May 2010 01:27:02 +0000
(21:27 -0400)
IkiWiki/Plugin/openid.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/openid.pm
b/IkiWiki/Plugin/openid.pm
index 0454a43faaaba8cd82f0f2c19fd4ec6283a2f569..427d614578bf7c5a9f4bdf64e83f45f28f23a6e2 100644
(file)
--- a/
IkiWiki/Plugin/openid.pm
+++ b/
IkiWiki/Plugin/openid.pm
@@
-68,6
+68,7
@@
sub openid_selector {
if (! load_openid_module()) {
if ($real_cgi_signin) {
$real_cgi_signin->($q, $session);
+ exit;
}
error(sprintf(gettext("failed to load openid module: "), @_));
}