From 7b98b416ee4a033cbec2f2c5a55ea92d47be814e Mon Sep 17 00:00:00 2001 From: Eike Foken Date: Thu, 8 Sep 2011 00:04:53 +0200 Subject: [PATCH] Remove superfluous load of view --- application/controllers/projects.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/controllers/projects.php b/application/controllers/projects.php index 8f775a0..e8280b1 100644 --- a/application/controllers/projects.php +++ b/application/controllers/projects.php @@ -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'); } }