summaryrefslogtreecommitdiffstats
path: root/Tests/Auth/OpenID/MemStore.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Auth/OpenID/MemStore.php')
-rw-r--r--Tests/Auth/OpenID/MemStore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/MemStore.php b/Tests/Auth/OpenID/MemStore.php
index aa00ba9..660c268 100644
--- a/Tests/Auth/OpenID/MemStore.php
+++ b/Tests/Auth/OpenID/MemStore.php
@@ -66,7 +66,7 @@ class Tests_Auth_OpenID_MemStore extends Auth_OpenID_OpenIDStore {
}
}
- function storeAssociation($server_url, $association)
+ function storeAssociation($server_url, &$association)
{
$key = $this->getKey($server_url, $association->handle);
$this->assocs[$key] = $association;