Skip to content

Commit

Permalink
Dev: fixed issue : good link for register form
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Dec 15, 2012
1 parent 452ae51 commit 6ab3af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/replacements_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ function templatereplace($line, $replacements = array(), &$redata = array(), $de
else
$tokensid = $registerdata['sid'];

$_registerform = CHtml::form(array("/register/index/surveyid/{$tokensid}"), 'post');
$_registerform = CHtml::form(array("/register/index/surveyid/{$tokensid}/register/validate"), 'post');

if (!isset($_REQUEST['lang']))
{
Expand Down

0 comments on commit 6ab3af1

Please sign in to comment.