Committer: emazin
LJINT-422: fixU trunk/cgi-bin/LJ/PartnerSite.pm
Modified: trunk/cgi-bin/LJ/PartnerSite.pm =================================================================== --- trunk/cgi-bin/LJ/PartnerSite.pm 2011-04-15 08:29:27 UTC (rev 10390) +++ trunk/cgi-bin/LJ/PartnerSite.pm 2011-04-15 08:45:12 UTC (rev 10391) @@ -993,11 +993,10 @@ if ($self->lj_resources) { LJ::need_res( { clean_list => 1 } ); LJ::need_res( @{ $self->lj_resources } ); - $resources .= LJ::res_includes( {only_needed => 1} ); - } else { - $resources .= LJ::res_includes(); } + $resources .= LJ::res_includes(); + return $resources; }