X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FOpenID%2FUser_openid.php;h=1beff9ea304afebbeeec5c1391137ae0c802c2df;hb=b1c5cb9db99993fcea7c060bffa6d5d50f22a41f;hp=5ef05b4c774220af6ed4b416cc22ae2d286dc59f;hpb=5355c3b7b579f803bb18913db3b4d9cf380f17ac;p=quix0rs-gnu-social.git diff --git a/plugins/OpenID/User_openid.php b/plugins/OpenID/User_openid.php index 5ef05b4c77..1beff9ea30 100644 --- a/plugins/OpenID/User_openid.php +++ b/plugins/OpenID/User_openid.php @@ -44,6 +44,11 @@ class User_openid extends Memcached_DataObject * Unique keys used for lookup *MUST* be listed to ensure proper caching. */ function keys() + { + return array_keys($this->keyTypes()); + } + + function keyTypes() { return array('canonical' => 'K', 'display' => 'U', 'user_id' => 'U'); }