gariev wrote in changelog

[livejournal] r18419: LJSUP-8025: variables with numbers of jo...

Committer: gariev
LJSUP-8025: variables with numbers of journals and posts

U   trunk/cgi-bin/LJ/S2.pm
Modified: trunk/cgi-bin/LJ/S2.pm
===================================================================
--- trunk/cgi-bin/LJ/S2.pm	2011-02-28 08:04:08 UTC (rev 18418)
+++ trunk/cgi-bin/LJ/S2.pm	2011-02-28 08:08:15 UTC (rev 18419)
@@ -4013,7 +4013,7 @@
     $S2::pout->($ad_html) if $ad_html;
 }
 
-my %approved_widget_classes = map { $_ => $_ } qw (TopEntries TopUsers FaceBookILike);
+my %approved_widget_classes = map { $_ => $_ } qw (TopEntries TopUsers FaceBookILike PublicStats);
 
 sub Page__widget
 {
@@ -4034,7 +4034,6 @@
         warn "Error when Page::widget() try to call LJ::Widget::$class->render() from LJ::S2:\n$@\n";
         return '';
     }
-
     return $ret;
 }