Skip to content
Snippets Groups Projects
Commit 9e9bf20b authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #495 from owncloud/fix_issue_262

Fix lostpassword url generation
parents 61670184 03b8ba27
No related branches found
No related tags found
No related merge requests found
......@@ -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; ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment