summaryrefslogtreecommitdiff
path: root/classes/Group_inbox.php
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 /classes/Group_inbox.php
parent20144285ca610812abe09018ee208e12e38a966a (diff)
...and drop the unnecessary &reference from child class pkeyGet() overrides.
Diffstat (limited to 'classes/Group_inbox.php')
-rw-r--r--classes/Group_inbox.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Group_inbox.php b/classes/Group_inbox.php
index 1af7439f7..2a0787e38 100644
--- a/classes/Group_inbox.php
+++ b/classes/Group_inbox.php
@@ -20,7 +20,7 @@ class Group_inbox 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('Group_inbox', $kv);
}