Skip to content

Commit

Permalink
dev: Fixed error where survey --> answers array not initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
mennodekker committed Aug 9, 2013
1 parent 2589df6 commit 40765c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/admin/export/SurveyObj.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SurveyObj
*
* @var array[int][string]mixed
*/
public $answers;
public $answers = array();

/**
* The fieldMap as generated by createFieldMap(...).
Expand Down

0 comments on commit 40765c7

Please sign in to comment.