set correct key types for User_flag_profile
This commit is contained in:
parent
b91a035025
commit
3f5ffe5c5b
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user