projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e5fbf5
)
Oops
author
Aymeric Augustin
<aymeric.augustin@m4x.org>
Fri, 31 Oct 2008 22:57:39 +0000
(23:57 +0100)
committer
Aymeric Augustin
<aymeric.augustin@m4x.org>
Fri, 31 Oct 2008 22:57:39 +0000
(23:57 +0100)
modules/openid.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/openid.php
b/modules/openid.php
index
7c66b8c
..
80fd992
100644
(file)
--- a/
modules/openid.php
+++ b/
modules/openid.php
@@
-163,7
+163,7
@@
class OpenidModule extends PLModule
$sreg_response = Auth_OpenID_SRegResponse::extractResponse($sreg_request, get_sreg_data($user));
// Check the whitelist
- $whitelisted =
false;//
is_trusted_site($user, $request->trust_root);
+ $whitelisted = is_trusted_site($user, $request->trust_root);
// Ask the user for confirmation
if (!$whitelisted && $_SERVER['REQUEST_METHOD'] != 'POST') {