Skip to content

Commit

Permalink
Added $this->data[email] to be returned with response on successful r…
Browse files Browse the repository at this point in the history
…egistration
  • Loading branch information
phpfunk committed Mar 6, 2014
1 parent 7104392 commit 591e852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/register.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public function user()
// set redirect path
$redirect = '/marks';
$this->data['success'] = true;
$this->data['email'] = $email;

}
// If failure, get messages
Expand Down

0 comments on commit 591e852

Please sign in to comment.