diff --git a/application/controllers/dashboard.php b/application/controllers/dashboard.php index 0c8773d..739ebc3 100644 --- a/application/controllers/dashboard.php +++ b/application/controllers/dashboard.php @@ -41,6 +41,7 @@ class Dashboard extends CI_Controller { } public function index() { + $this->session->unset_userdata('active_project'); $this->load->view('dashboard'); } } \ No newline at end of file