From: Evan Prodromou Date: Sun, 24 Jan 2010 20:57:56 +0000 (-0500) Subject: set correct key types for User_flag_profile X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3f5ffe5c5be2290e157f6390952f75ec583b41c9;p=quix0rs-gnu-social.git set correct key types for User_flag_profile --- diff --git a/plugins/UserFlag/User_flag_profile.php b/plugins/UserFlag/User_flag_profile.php index d3b84fc5b0..86b39160bf 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'); } /**