]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OpenID/User_openid.php
Regression fix for Recaptcha on SSL registration page; their API is served on a diffe...
[quix0rs-gnu-social.git] / plugins / OpenID / User_openid.php
index 5ef05b4c774220af6ed4b416cc22ae2d286dc59f..1beff9ea304afebbeeec5c1391137ae0c802c2df 100644 (file)
@@ -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');
     }