diff options
author | Zach Copley <zach@status.net> | 2010-01-06 16:24:25 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-06 16:24:25 -0800 |
commit | 5d13126c88a8143a1628cc52c2dae4581f134273 (patch) | |
tree | 8a0add7ba172f63b180b1f6d57a74f26ea9a1801 /classes/Group_inbox.php | |
parent | a1c3a2d3a12c1667492e4107007b31ec3a1f9c7b (diff) | |
parent | 5d9a2eb17e3f6e3bc73b5aa80625a365761b6689 (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'classes/Group_inbox.php')
-rw-r--r-- | classes/Group_inbox.php | 2 |
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); } |