Committer: ailyin
LJSUP-10498 (Transfer data from old Scrapbook to new LJ's photoservice (based on Fotki.com))U trunk/cgi-bin/LJ/User.pm
Modified: trunk/cgi-bin/LJ/User.pm =================================================================== --- trunk/cgi-bin/LJ/User.pm 2011-11-29 07:58:36 UTC (rev 20646) +++ trunk/cgi-bin/LJ/User.pm 2011-11-29 08:44:10 UTC (rev 20647) @@ -6467,7 +6467,10 @@ } }; - @props = grep { ! exists $u->{$_} } @props; + unless ( $opts->{'reload'} ) { + @props = grep { ! exists $u->{$_} } @props; + } + return unless @props; my $groups = LJ::User::PropStorage->get_handler_multi(\@props);