diff options
author | tailor <cygnus@janrain.com> | 2006-08-04 21:00:49 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-08-04 21:00:49 +0000 |
commit | 47ff30846a3b2cbb43772b23877ae9711e62a0dc (patch) | |
tree | b5264e8d8a9f8f1b29a094220137a8f3787c9f66 | |
parent | 762d8a7fdd3874d8ee232be2e3a02516a7fdc075 (diff) | |
download | php-openid-47ff30846a3b2cbb43772b23877ae9711e62a0dc.zip php-openid-47ff30846a3b2cbb43772b23877ae9711e62a0dc.tar.gz php-openid-47ff30846a3b2cbb43772b23877ae9711e62a0dc.tar.bz2 |
[project @ Updated incorrect comment for FileStore getAssociation.]
-rw-r--r-- | Auth/OpenID/FileStore.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/FileStore.php b/Auth/OpenID/FileStore.php index 48e9877..da99a57 100644 --- a/Auth/OpenID/FileStore.php +++ b/Auth/OpenID/FileStore.php @@ -295,7 +295,7 @@ class Auth_OpenID_FileStore extends Auth_OpenID_OpenIDStore { /** * Retrieve an association. If no handle is specified, return the - * association with the latest expiration. + * association with the most recent issue time. * * @return mixed $association */ |