Unset active project when viewing the dashboard
This commit is contained in:
@@ -41,6 +41,7 @@ class Dashboard extends CI_Controller {
|
||||
}
|
||||
|
||||
public function index() {
|
||||
$this->session->unset_userdata('active_project');
|
||||
$this->load->view('dashboard');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user