wisest owl (wisest_owl) wrote in changelog,
wisest owl
wisest_owl
changelog

[livejournal] r17784: LJSUP-7420. Incorrect userpick in commun...

Committer: gprochaev
LJSUP-7420. Incorrect userpick in community

U   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,
                 {

Tags: livejournal, pm, wisest-owl
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments