summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-01-06 14:28:40 -0800
committerBrion Vibber <brion@pobox.com>2010-01-06 14:28:40 -0800
commit4e2acd153b4e3208e24464478098fac458a13590 (patch)
tree1d54ea677e9410819e801f45f65756b18a19295b /plugins
parent20144285ca610812abe09018ee208e12e38a966a (diff)
...and drop the unnecessary &reference from child class pkeyGet() overrides.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/OpenID/User_openid_trustroot.php2
-rw-r--r--plugins/UserFlag/User_flag_profile.php2
2 files changed, 2 insertions, 2 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);
}
diff --git a/plugins/UserFlag/User_flag_profile.php b/plugins/UserFlag/User_flag_profile.php
index 658259452..063ed04ea 100644
--- a/plugins/UserFlag/User_flag_profile.php
+++ b/plugins/UserFlag/User_flag_profile.php
@@ -97,7 +97,7 @@ class User_flag_profile extends Memcached_DataObject
* @return User_flag_profile found object or null
*/
- function &pkeyGet($kv)
+ function pkeyGet($kv)
{
return Memcached_DataObject::pkeyGet('User_flag_profile', $kv);
}