Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPellaeon Lin <nfsmwlin@gmail.com>2014-10-04 17:42:22 +0400
committerPellaeon Lin <nfsmwlin@gmail.com>2014-10-04 17:42:22 +0400
commitdb7a287564ad70bb860a321a81b624cad91856c9 (patch)
tree7f03a927bc6e8481fe70b2ee4652a5a084077e66 /templates
parentf1fdba1339d28e342c4abdec6fde915b1402be59 (diff)
Fix createAccount form action
Diffstat (limited to 'templates')
-rw-r--r--templates/form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/form.php b/templates/form.php
index a769867..c511848 100644
--- a/templates/form.php
+++ b/templates/form.php
@@ -1,4 +1,4 @@
-<form action="<?php print_unescaped(OC_Helper::linkToRoute('registration.register.createAccount')) ?>" method="post">
+<form action="<?php print_unescaped(OC_Helper::linkToRoute('registration.register.createAccount', array('token'=>$_['token']))) ?>" method="post">
<fieldset>
<?php if ( $_['errormsgs'] ) {?>
<ul class="error">