Commit a9c2de5c by tetiana yaremko

cart session fixed

parent da08e901
Showing with 1 additions and 1 deletions
......@@ -100,7 +100,7 @@ class Auth extends CI_Controller
$this->load->model('Register_model', 'reg');
$this->reg->register_user();
$name=$this->input->post('name');
$this->load->view("auth/registration_successful", $name);
$this->load->view("registration_successful", $name);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment