Skip to content

Commit

Permalink
Bugfix with lo/hi factor reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Oct 25, 2002
1 parent c5d2672 commit 5b0aa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slash/DB/Static/MySQL/MySQL.pm
Expand Up @@ -983,7 +983,7 @@ sub factorEligibleModerators {
}
# If the caller wanted to keep stats, prep some stats.
if ($info_hr && %$info_hr) {
if ($info_hr) {
$info_hr->{factor_lowest} = 1;
$info_hr->{factor_highest} = 1;
}
Expand Down

0 comments on commit 5b0aa47

Please sign in to comment.