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