Skip to content

Commit

Permalink
2028 working with lat/lon.
Browse files Browse the repository at this point in the history
  • Loading branch information
rowasc committed Sep 11, 2017
1 parent 302e0f6 commit 6dac97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/classes/Ushahidi/Formatter/Post/CSV.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ protected function generateCSVRecords($records)
* we work with multiple posts which means our actual count($record[$key])
* value might not exist in all of the posts we are posting in the CSV
*/
$setValue = isset($record['values'][$headingKey][0][$keySet[1]])? ($record['values'][$headingKey][$keySet[1]]): '';
$setValue = isset($record['values'][$headingKey][$keySet[1]])? ($record['values'][$headingKey][$keySet[1]]): '';
}
} else{
$setValue = $record['values'][$headingKey];
Expand Down

0 comments on commit 6dac97c

Please sign in to comment.