diff options
author | Brion Vibber <brion@pobox.com> | 2010-01-06 14:28:40 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-01-06 14:28:40 -0800 |
commit | 4e2acd153b4e3208e24464478098fac458a13590 (patch) | |
tree | 1d54ea677e9410819e801f45f65756b18a19295b /plugins/OpenID | |
parent | 20144285ca610812abe09018ee208e12e38a966a (diff) |
...and drop the unnecessary &reference from child class pkeyGet() overrides.
Diffstat (limited to 'plugins/OpenID')
-rw-r--r-- | plugins/OpenID/User_openid_trustroot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/OpenID/User_openid_trustroot.php b/plugins/OpenID/User_openid_trustroot.php index 44288945b..0b411b8f7 100644 --- a/plugins/OpenID/User_openid_trustroot.php +++ b/plugins/OpenID/User_openid_trustroot.php @@ -22,7 +22,7 @@ class User_openid_trustroot extends Memcached_DataObject /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE - function &pkeyGet($kv) + function pkeyGet($kv) { return Memcached_DataObject::pkeyGet('User_openid_trustroot', $kv); } |