Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
This never worked.
  • Loading branch information
waldoj committed Jan 25, 2018
1 parent 2ffa5b4 commit aec86b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/save_chyrons.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function format_time($secs)
$invalid++;
}
}
if ( ($invalid / strlen($bill)) > .33)
if ( ($invalid / strlen($legislator)) > .33)
{
unset($legislator);
}
Expand Down

0 comments on commit aec86b3

Please sign in to comment.