Missing pledge in CSV header.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user