Skip to content

Commit

Permalink
Fixed issue #7648: Blank screen after user registers for a survey
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 12, 2013
1 parent 6a8083f commit 0d0192d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/RegisterController.php
Expand Up @@ -188,7 +188,7 @@ function actionIndex($surveyid = null)
) or safeDie ($query."<br />".$connect->ErrorMsg()); //Checked - According to adodb docs the bound variables are quoted automatically
*/
$tid = getLastInsertID($token->tableName());;

$token=$token->token;

$fieldsarray["{ADMINNAME}"]=$thissurvey['adminname'];
$fieldsarray["{ADMINEMAIL}"]=$thissurvey['adminemail'];
Expand Down

0 comments on commit 0d0192d

Please sign in to comment.