Skip to content

Commit

Permalink
Dev: Add missing $surveyid variable in view
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 26, 2018
1 parent 74aef10 commit a598af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/export/exportresults_view.php
Expand Up @@ -48,7 +48,7 @@

<!-- Token control -->
<?php if ($thissurvey['anonymized'] == "N" && tableExists("{{tokens_$surveyid}}") && Permission::model()->hasSurveyPermission($surveyid,'tokens','read')): ?>
<?php $this->renderPartial('/admin/export/exportresult_panels/_token-control', []); ?>
<?php $this->renderPartial('/admin/export/exportresult_panels/_token-control', ['surveyid' => $surveyid]); ?>
<?php endif;?>
</div>
</div>
Expand Down

0 comments on commit a598af7

Please sign in to comment.