Missing pledge in CSV header.

This commit is contained in:
Kim Taylor
2024-09-23 23:44:36 +10:00
parent c27cc2831b
commit 6df6cc2d5e

View File

@@ -51,7 +51,7 @@ foreach ($candidate_data as &$candidate) {
$candidate['Score'] = $score;
}
$header = ["Ward", "Candidate Name", "Rating", "Picture"];
$header = ["Ward", "Candidate Name", "Rating", "Pledge", "Picture"];
/* Generate candidates-generic.csv */
foreach ($lga_list as $lga) {