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

View File

@ -86,7 +86,7 @@ class User_flag_profile extends Memcached_DataObject
function keys() function keys()
{ {
return array('profile_id' => 'N', 'user_id' => 'N'); return array('profile_id' => 'K', 'user_id' => 'K');
} }
/** /**