Skip to content

Commit

Permalink
Merge pull request #87 from visto9259/master
Browse files Browse the repository at this point in the history
To fix #39
  • Loading branch information
visto9259 authored Jun 26, 2024
2 parents 7fa19f1 + 33e1ed1 commit 34c2fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/lmc-user/user/login.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $form->setAttribute('method', 'post');
$form->setAttribute('autocomplete', 'off');
?>

<?php echo $this->partial('_form.phtml', ['form' => $form]); ?>
<?php echo $this->partial('_form.phtml', ['form' => $form, 'redirect' => $this->redirect]); ?>

<?php if ($this->enableRegistration) : ?>
<?php echo $this->translate('Not registered?'); ?> <a href="<?php echo $this->url('lmcuser/register') . ($this->redirect ? '?redirect='.$this->escapeUrl($this->redirect) : '') ?>"><?php echo $this->translate('Sign up!'); ?></a>
Expand Down

0 comments on commit 34c2fa8

Please sign in to comment.