Navigation Menu

Skip to content

Commit

Permalink
Fixed issue #17062: Restore-button, no error message if no old token …
Browse files Browse the repository at this point in the history
…table selected (#1940)
  • Loading branch information
gabrieljenik committed Jul 13, 2021
1 parent 8f3de60 commit c73ee5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/token/tokenwarning.php
Expand Up @@ -66,7 +66,7 @@
</p>
<p>
<?php echo CHtml::form(array("admin/tokens/sa/index/surveyid/{$oSurvey->sid}"), 'post'); ?>
<select size='4' name='oldtable'>
<select size='4' name='oldtable' required>
<?php
foreach ($oldlist as $ol) {
echo "<option>" . $ol . "</option>\n";
Expand Down

0 comments on commit c73ee5f

Please sign in to comment.