diff options
Diffstat (limited to 'Auth/OpenID')
-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 */ |