Committer: gprochaev
LJSUP-7420. Incorrect userpick in communityU trunk/cgi-bin/LJ/Widget/Browse.pm
Modified: trunk/cgi-bin/LJ/Widget/Browse.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/Browse.pm 2010-11-25 11:26:37 UTC (rev 17783) +++ trunk/cgi-bin/LJ/Widget/Browse.pm 2010-11-25 11:31:11 UTC (rev 17784) @@ -208,9 +208,7 @@ next if $count <= $skip || $count > $last; my $secondsold = $comm->timeupdate ? time() - $comm->timeupdate : undef; - my $userpic = $comm->userpic ? - $comm->userpic->imgtag_percentagesize(1) : - LJ::run_hook('no_userpic_html', percentage => 1 ); + my $userpic = $comm->userpic ? $comm->userpic->imgtag_percentagesize(1) : ''; push @tmpl_communities, {