bugfix
parent
a4b432f543
commit
dc0d48459c
|
@ -68,6 +68,7 @@ sub openid_selector {
|
||||||
if (! load_openid_module()) {
|
if (! load_openid_module()) {
|
||||||
if ($real_cgi_signin) {
|
if ($real_cgi_signin) {
|
||||||
$real_cgi_signin->($q, $session);
|
$real_cgi_signin->($q, $session);
|
||||||
|
exit;
|
||||||
}
|
}
|
||||||
error(sprintf(gettext("failed to load openid module: "), @_));
|
error(sprintf(gettext("failed to load openid module: "), @_));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue