summaryrefslogtreecommitdiff
path: root/plugins/UserFlag
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-01-24 15:57:56 -0500
committerEvan Prodromou <evan@status.net>2010-01-24 15:57:56 -0500
commit3f5ffe5c5be2290e157f6390952f75ec583b41c9 (patch)
tree788587d006682c212c6985c113dae789e9165498 /plugins/UserFlag
parentb91a03502577731ef5f80d77d137305390e013fa (diff)
set correct key types for User_flag_profile
Diffstat (limited to 'plugins/UserFlag')
-rw-r--r--plugins/UserFlag/User_flag_profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserFlag/User_flag_profile.php b/plugins/UserFlag/User_flag_profile.php
index d3b84fc5b..86b39160b 100644
--- a/plugins/UserFlag/User_flag_profile.php
+++ b/plugins/UserFlag/User_flag_profile.php
@@ -86,7 +86,7 @@ class User_flag_profile extends Memcached_DataObject
function keys()
{
- return array('profile_id' => 'N', 'user_id' => 'N');
+ return array('profile_id' => 'K', 'user_id' => 'K');
}
/**