Remove superfluous load of view
This commit is contained in:
@@ -99,7 +99,6 @@ class Projects extends CI_Controller {
|
||||
redirect('/projects/detail/' . $data['project_id'], 303);
|
||||
} else {
|
||||
$this->messages->add(_('The project could not be created.'), 'error');
|
||||
$this->load->view('projects/new');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user