[ljcom] r11541: LJSUP-11384: Display 25 top entryes on c...
Committer: dnikolaev
LJSUP-11384: Display 25 top entryes on cyr home page instead of 20U trunk/cgi-bin/LJ/Widget/HomepageRU.pm
Modified: trunk/cgi-bin/LJ/Widget/HomepageRU.pm
===================================================================
--- trunk/cgi-bin/LJ/Widget/HomepageRU.pm 2012-02-29 12:06:21 UTC (rev 11540)
+++ trunk/cgi-bin/LJ/Widget/HomepageRU.pm 2012-02-29 12:08:26 UTC (rev 11541)
@@ -77,7 +77,7 @@
## Ratings
if (LJ::is_enabled('personal_stats_ratings')) {
- $result{personalstats} = LJ::PersonalStats->get_result_html($remote, { widget => 1, unique_journals => 1, rating_country => $GET->{rating}, length => 20 }, '/ratings/posts/', { homepage => 1 });
+ $result{personalstats} = LJ::PersonalStats->get_result_html($remote, { widget => 1, unique_journals => 1, rating_country => $GET->{rating}, length => 25 }, '/ratings/posts/', { homepage => 1 });
}
## Widget SUP1MillionPromo
