[livejournal] r17835: LJSUP-7457. Take info for Featured commu...
Committer: gprochaev
LJSUP-7457. Take info for Featured communities from DescriptionU trunk/cgi-bin/LJ/Widget/Browse.pm
Modified: trunk/cgi-bin/LJ/Widget/Browse.pm
===================================================================
--- trunk/cgi-bin/LJ/Widget/Browse.pm 2010-12-01 08:16:31 UTC (rev 17834)
+++ trunk/cgi-bin/LJ/Widget/Browse.pm 2010-12-01 08:23:33 UTC (rev 17835)
@@ -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');
my $descr_trimmed = LJ::html_trim($descr, 50);
push @top_comms, {
username => $c->display_name,
