Skip to content
Snippets Groups Projects
Commit 8f8edbfa authored by Kevin Rice's avatar Kevin Rice
Browse files

makes sure isConfigured defaults to FALSE

parent c139a41e
No related branches found
Tags 9098
1 merge request!2Resolve #3347809 "Add readme.md file"
......@@ -97,6 +97,7 @@ class BigQueryConnect {
*/
public function setSurvey(SimpleSurvey $survey) {
$this->survey = $survey;
$this->isConfigured = FALSE;
if ($this->survey->get('bigQueryKeyfile')) {
$this->bigQueryClient = new BigQueryClient([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment