diff options
author | tailor <cygnus@janrain.com> | 2006-01-04 21:02:27 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-01-04 21:02:27 +0000 |
commit | 755226e012e66cb381726d048ed8c1484909b6f8 (patch) | |
tree | 04fa602f9c13a00ab779ebce9d15bb7b01c81981 | |
parent | 33e6e5b02b2fbb3cdcbb0163584f65b642d6e691 (diff) | |
download | php-openid-755226e012e66cb381726d048ed8c1484909b6f8.zip php-openid-755226e012e66cb381726d048ed8c1484909b6f8.tar.gz php-openid-755226e012e66cb381726d048ed8c1484909b6f8.tar.bz2 |
[project @ Fixed line wrapping]
-rw-r--r-- | Net/OpenID/Store/FileStore.php | 4 |
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 { |