Originally Posted by Getch
Looks like there is a bug. I have the max AB's at 100, but it should be 130. That caused him to fall of the ballot.
Change the line in AWAdmin:
if ($self->{stats}->{$id}->{TAB} < 100) {
to
if ($self->{stats}->{$id}->{TAB} < 130) {
To fix. I'll have it fixed in the next update. Thanks for finding this.
|