diff options
-rw-r--r-- | Net/OpenID/Store/Interface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/OpenID/Store/Interface.php b/Net/OpenID/Store/Interface.php index 8b742f3..6b5975f 100644 --- a/Net/OpenID/Store/Interface.php +++ b/Net/OpenID/Store/Interface.php @@ -27,7 +27,7 @@ class Net_OpenID_OpenIDStore { * @var integer The length of the auth key that should be returned * by the getAuthKey method. */ - $AUTH_KEY_LEN = 20; + var $AUTH_KEY_LEN = 20; /** * This method puts an Association object into storage, |