Skip to content

Commit

Permalink
Fixed issue #12686: Wrong redirect from the "Expired" button
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Oct 12, 2017
1 parent 87677a9 commit a3c6c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/survey/surveybar_view.php
Expand Up @@ -98,7 +98,7 @@
<!-- activate expired survey -->
<?php if($expired) : ?>
<span class="btntooltip" style="display: inline-block" data-toggle="tooltip" data-placement="bottom" data-html="true" title="<?php eT('This survey is active but expired.'); ?><br><?php eT('Click to adjust.'); ?>">
<a href='<?php echo $this->createUrl("admin/survey/editlocalsettings/surveyid/$surveyid#publicationoptions");?>'class="btn btn-success btntooltip" >
<a href='<?php echo $this->createUrl("admin/survey/sa/rendersidemenulink/subaction/publication", ['surveyid' => $surveyid]);?>'class="btn btn-success btntooltip" >
<span class="fa fa-ban">&nbsp;</span>
<?php eT("Expired");?>
</a>
Expand Down

0 comments on commit a3c6c6c

Please sign in to comment.