Committer: gprochaev
LJSUP-7208. Minor fix.U trunk/cgi-bin/LJ/Widget/TopUsers.pm
Modified: trunk/cgi-bin/LJ/Widget/TopUsers.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/TopUsers.pm 2010-10-22 04:04:48 UTC (rev 17588) +++ trunk/cgi-bin/LJ/Widget/TopUsers.pm 2010-10-22 05:06:48 UTC (rev 17589) @@ -21,8 +21,8 @@ sub _fetch_data { %keys = ( - 'ontd_authors' => { title => "widget.topusers.top5commenters.title", order => 2 }, - #'ontd_commenters' => { title => "widget.topusers.top5posters.title", order => 2 }, + #'ontd_authors' => { title => "widget.topusers.top5posters.title", order => 2 }, + 'ontd_commenters' => { title => "widget.topusers.top5commenters.title", order => 2 }, ); foreach my $key (keys %keys) {