Skip to content

Commit

Permalink
Fix reported source URL
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Jan 3, 2024
1 parent 595a727 commit 266f945
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cron/legislators.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,9 @@
if ($match == FALSE && $name != 'Vacant')
{

$log->put('Found a new senator: ' . $name
. ' (http://apps.senate.virginia.gov/Senator/memberpage.php?id=' . $lis_id . ')', 6);
$log->put('Found a new senator: ' . $name . ' ('
. 'https://lis.virginia.gov/cgi-bin/legp604.exe?' . SESSION_LIS_ID . '+mbr+S117'
. $lis_id . ')', 6);

$data = $import->fetch_legislator_data('senate', $lis_id);
if ($data == false)
Expand Down

0 comments on commit 266f945

Please sign in to comment.