[livejournal] r17857: LJSUP-7052

Committer: gprochaev
LJSUP-7052

U   trunk/cgi-bin/LJ/Widget/Browse.pm
Modified: trunk/cgi-bin/LJ/Widget/Browse.pm
===================================================================
--- trunk/cgi-bin/LJ/Widget/Browse.pm	2010-12-03 05:26:11 UTC (rev 17856)
+++ trunk/cgi-bin/LJ/Widget/Browse.pm	2010-12-03 06:28:16 UTC (rev 17857)
@@ -341,7 +341,7 @@
             my $c = LJ::load_userid($comm->{journalid});
             next unless $c;
             my $userpic = $c->userpic;
-            my $descr = $c->prop('comm_theme');
+            my $descr = $c->prop('comm_theme') || $c->{'name'};
             my $descr_trimmed = LJ::html_trim($descr, 50);
             push @top_comms, {
                 username        => $c->display_name,