Skip to content

Commit

Permalink
Dev: Remove syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 14, 2018
1 parent 16702ee commit 6950d86
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions application/views/admin/survey/surveySummary_view.php
Expand Up @@ -240,12 +240,10 @@
</a>
</div>
<div class="row ls-space margin top-10">
<?php } ?>

<div class="col-md-12 col-lg-6">
<?=Yii::app()->twigRenderer->renderViewFromFile('/application/views/admin/survey/subview/surveydashboard/'.$panel, get_defined_vars(), true)?>
<?php // TODO: $panel not defined. Yii::app()->twigRenderer->renderViewFromFile('/application/views/admin/survey/subview/surveydashboard/'.$panel, get_defined_vars(), true)?>
</div>

<?php } ?>
</div>
<!-- END surveySummary -->

0 comments on commit 6950d86

Please sign in to comment.