Unset active project when viewing the dashboard

This commit is contained in:
Karsten Heiken
2011-08-01 14:54:22 +02:00
parent 3ac2b061fa
commit bde68b776f

View File

@@ -41,6 +41,7 @@ class Dashboard extends CI_Controller {
}
public function index() {
$this->session->unset_userdata('active_project');
$this->load->view('dashboard');
}
}