Skip to content

Commit

Permalink
Fixed issue: wrong redirect comfort update new key
Browse files Browse the repository at this point in the history
  • Loading branch information
eddylackmann committed Feb 17, 2020
1 parent c59b233 commit f614ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/update/updater/_error.php
Expand Up @@ -150,12 +150,12 @@
<?php eT("Buy a new key"); ?>
</a>

<a class="btn btn-default" href="<?php echo Yii::app()->createUrl("admin/update/sa/managekey");?>" role="button" aria-disabled="false">
<a class="btn btn-default" href="<?php echo Yii::app()->createUrl("admin/update/sa/managekey");?>" role="button" aria-disabled="false">
<?php eT("Enter a new key"); ?>
</a>
<?php endif; ?>
<?php if( $buttons == 3 ): ?>
<a class="btn btn-default" href="<?php echo $urlNew;?>" role="button" aria-disabled="false">
<a class="btn btn-default" href="<?php echo Yii::app()->createUrl("admin/update/sa/managekey");?>" role="button" aria-disabled="false">
<?php eT("Enter a new key"); ?>
</a>
<?php endif;?>
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/update/updater/welcome/_error.php
Expand Up @@ -79,7 +79,7 @@
</a>
<?php endif; ?>
<?php if( $buttons == 3 ): ?>
<a class="btn btn-default" href="<?php echo $urlNew;?>" role="button" aria-disabled="false">
<a class="btn btn-default" href="<?php echo Yii::app()->createUrl("admin/update/sa/managekey");?>" role="button" aria-disabled="false">
<?php eT("Enter a new key"); ?>
</a>
<?php endif;?>
Expand Down

0 comments on commit f614ed9

Please sign in to comment.