set correct key types for User_flag_profile

This commit is contained in:
Evan Prodromou 2010-01-24 15:57:56 -05:00
parent b91a035025
commit 3f5ffe5c5b
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}
/**