Remove tree helper

We don't need it anymore, since we got rid of Ext. Thank goodness.
This commit is contained in:
Karsten Heiken
2011-07-31 18:07:07 +02:00
parent 072b201de1
commit abf1746924

View File

@@ -12,7 +12,6 @@ class Projects extends CI_Controller {
parent::__construct(); parent::__construct();
$this->load->model('project'); $this->load->model('project');
$this->load->model('trial'); $this->load->model('trial');
$this->load->helper('tree');
// load language file // load language file
$this->lang->load(strtolower($this->router->class)); $this->lang->load(strtolower($this->router->class));