summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-01-04 21:02:27 +0000
committertailor <cygnus@janrain.com>2006-01-04 21:02:27 +0000
commit755226e012e66cb381726d048ed8c1484909b6f8 (patch)
tree04fa602f9c13a00ab779ebce9d15bb7b01c81981
parent33e6e5b02b2fbb3cdcbb0163584f65b642d6e691 (diff)
downloadphp-openid-755226e012e66cb381726d048ed8c1484909b6f8.zip
php-openid-755226e012e66cb381726d048ed8c1484909b6f8.tar.gz
php-openid-755226e012e66cb381726d048ed8c1484909b6f8.tar.bz2
[project @ Fixed line wrapping]
-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 {