summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/openid/lib/Auth/OpenID/MemcachedStore.php')
-rw-r--r--plugins/openid/lib/Auth/OpenID/MemcachedStore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/openid/lib/Auth/OpenID/MemcachedStore.php b/plugins/openid/lib/Auth/OpenID/MemcachedStore.php
index 5badd0ab..900549b0 100644
--- a/plugins/openid/lib/Auth/OpenID/MemcachedStore.php
+++ b/plugins/openid/lib/Auth/OpenID/MemcachedStore.php
@@ -74,7 +74,7 @@ class Auth_OpenID_MemcachedStore extends Auth_OpenID_OpenIDStore {
// if no such list, initialize it with empty array
if (!$serverAssociations) {
- $serverAssociations = array();
+ $serverAssociations = [];
}
// and store given association key in it
$serverAssociations[$association->issued] = $associationKey;