diff options
-rw-r--r-- | Auth/OpenID/Interface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Interface.php b/Auth/OpenID/Interface.php index ff460e9..9e7d496 100644 --- a/Auth/OpenID/Interface.php +++ b/Auth/OpenID/Interface.php @@ -126,7 +126,7 @@ class Auth_OpenID_OpenIDStore { * * @return bool Whether or not the nonce was valid. */ - function useNonce($nonce) + function useNonce($server_url, $timestamp, $salt) { trigger_error("Auth_OpenID_OpenIDStore::useNonce ". "not implemented", E_USER_ERROR); |