summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Net/OpenID/Store/FileStore.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Net/OpenID/Store/FileStore.php b/Net/OpenID/Store/FileStore.php
index 23ce001..abc7129 100644
--- a/Net/OpenID/Store/FileStore.php
+++ b/Net/OpenID/Store/FileStore.php
@@ -501,8 +501,8 @@ class Net_OpenID_FileStore extends Net_OpenID_OpenIDStore {
// Remove expired or corrupted associations
$association =
- Net_OpenID_Association::deserialize('Net_OpenID_Association',
- $assoc_s);
+ Net_OpenID_Association::deserialize('Net_OpenID_Association',
+ $assoc_s);
if ($association === null) {
_removeIfPresent($association_filename);
} else {