mirror of
https://github.com/nextcloud/server.git
synced 2026-03-20 01:23:22 -04:00
Merge pull request #495 from owncloud/fix_issue_262
Fix lostpassword url generation
This commit is contained in:
commit
9e9bf20b07
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
</li>
|
||||
<?php endif; ?>
|
||||
<?php if(isset($_['invalidpassword']) && ($_['invalidpassword'])): ?>
|
||||
<a href="./core/lostpassword/"><li class="errors">
|
||||
<a href="<?php echo OC_Helper::linkToRoute('core_lostpassword_index') ?>"><li class="errors">
|
||||
<?php echo $l->t('Lost your password?'); ?>
|
||||
</li></a>
|
||||
<?php endif; ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue