Committer: vad
LJSUP-13634: Remove wishlist from birthday widgetU trunk/cgi-bin/LJ/Widget/FriendBirthdays.pm
Modified: trunk/cgi-bin/LJ/Widget/FriendBirthdays.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/FriendBirthdays.pm 2012-09-13 12:03:29 UTC (rev 22884) +++ trunk/cgi-bin/LJ/Widget/FriendBirthdays.pm 2012-09-13 12:08:50 UTC (rev 22885) @@ -19,7 +19,7 @@ my $u = $opts{user} && LJ::isu($opts{user}) ? $opts{user} : LJ::get_remote(); return "" unless $u; - my $cache_key = "friend_birthdays:" . $u->userid; + my $cache_key = "friend_birthdays_2:" . $u->userid; my $cache_data = LJ::MemCache::get($cache_key); if ($cache_data) { return $cache_data;