summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-09-13 21:43:29 -0400
committerCraig Andrews <candrews@integralblue.com>2009-09-13 21:43:29 -0400
commitbb48698416c1a2ae5a173eb3735c16c587a6e611 (patch)
treee4709e0a195e7fdaf4aa908feae46c6282064c4d /classes
parentb9e4b6dd49e8f2c56025df8424137144723d2021 (diff)
Add missing pkeyGet override to the Profile class
Diffstat (limited to 'classes')
-rw-r--r--classes/Profile.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/classes/Profile.php b/classes/Profile.php
index 6ad0e7a3a..c4fb3a543 100644
--- a/classes/Profile.php
+++ b/classes/Profile.php
@@ -47,6 +47,11 @@ class Profile extends Memcached_DataObject
/* the code above is auto generated do not remove the tag below */
###END_AUTOCODE
+ function &pkeyGet($kv)
+ {
+ return Memcached_DataObject::pkeyGet('Profile', $kv);
+ }
+
function getAvatar($width, $height=null)
{
if (is_null($height)) {