summaryrefslogtreecommitdiff
path: root/classes/Notice_inbox.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-06-10 13:52:15 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-06-10 13:52:15 -0700
commit361a52a9c8042c26e72e85c42aff166bd531c85d (patch)
tree97da78637320bcb18f21fb5b1a6efd542670b607 /classes/Notice_inbox.php
parent5469e46ef5bd464559a648fdc02b285313132155 (diff)
some changes based on code review with zach
Diffstat (limited to 'classes/Notice_inbox.php')
-rw-r--r--classes/Notice_inbox.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/classes/Notice_inbox.php b/classes/Notice_inbox.php
index 8a27e1747..673e187c7 100644
--- a/classes/Notice_inbox.php
+++ b/classes/Notice_inbox.php
@@ -85,4 +85,9 @@ class Notice_inbox extends Memcached_DataObject
return $ids;
}
+
+ function &pkeyGet($kv)
+ {
+ return Memcached_DataObject::pkeyGet('Notice_inbox', $kv);
+ }
}