Committer: ailyin
LJSUP-12458 (fix error in LJ/Event/SecurityAttributeChanged +191)U trunk/cgi-bin/LJ/Event/SecurityAttributeChanged.pm
Modified: trunk/cgi-bin/LJ/Event/SecurityAttributeChanged.pm =================================================================== --- trunk/cgi-bin/LJ/Event/SecurityAttributeChanged.pm 2012-06-04 12:03:19 UTC (rev 22157) +++ trunk/cgi-bin/LJ/Event/SecurityAttributeChanged.pm 2012-06-04 13:16:57 UTC (rev 22158) @@ -188,7 +188,7 @@ my ($u, $timechange_stamp) = @_; my $userid = $u->{userid}; - my $infohistory = LJ::InfoHistory->get( $u, 'username' ); + my $infohistory = LJ::User::InfoHistory->get( $u, 'username' ); my ($infohistory_record) = grep { $_->timechange_unix == $timechange_stamp } @$infohistory;