Fix path in templates/register.php
This commit is contained in:
parent
6ac8394aab
commit
9107c48a9a
|
|
@ -6,7 +6,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
<?php else: ?>
|
||||
<form action="<?php print_unescaped(OC_Helper::linkToRoute('core_registration_send_email')) ?>" method="post">
|
||||
<form action="<?php print_unescaped(OC_Helper::linkToRoute('registration.register.validateEmail')) ?>" method="post">
|
||||
<fieldset>
|
||||
<ul class="error">
|
||||
<li><?php print_unescaped($_['errormsg']); ?></li>
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
</form>
|
||||
<?php endif; ?>
|
||||
<?php else: ?>
|
||||
<form action="<?php print_unescaped(OC_Helper::linkToRoute('core_registration_send_email')) ?>" method="post">
|
||||
<form action="<?php print_unescaped(OC_Helper::linkToRoute('registration.register.validateEmail')) ?>" method="post">
|
||||
<fieldset>
|
||||
<?php if (!empty($_['errormsg'])): ?>
|
||||
<ul class="error">
|
||||
|
|
|
|||
Loading…
Reference in New Issue