summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/openid/lib/Auth/OpenID/SQLStore.php')
-rw-r--r--plugins/openid/lib/Auth/OpenID/SQLStore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/openid/lib/Auth/OpenID/SQLStore.php b/plugins/openid/lib/Auth/OpenID/SQLStore.php
index 9069771e..b2a953d6 100644
--- a/plugins/openid/lib/Auth/OpenID/SQLStore.php
+++ b/plugins/openid/lib/Auth/OpenID/SQLStore.php
@@ -465,7 +465,7 @@ class Auth_OpenID_SQLStore extends Auth_OpenID_OpenIDStore {
$associations);
// return the most recently issued one.
- list($assoc) = $associations[0];
+ list(, $assoc) = $associations[0];
return $assoc;
} else {
return null;