From f5e3202e88dabd9967eea8ca53b76d4cb9ea409f Mon Sep 17 00:00:00 2001 From: Karsten Heiken Date: Wed, 3 Aug 2011 11:02:38 +0200 Subject: [PATCH] Remove unneeded files from query --- application/controllers/trials.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/controllers/trials.php b/application/controllers/trials.php index 2cf65b8..ff75a2e 100644 --- a/application/controllers/trials.php +++ b/application/controllers/trials.php @@ -81,8 +81,6 @@ class Trials extends CI_Controller { $data = array( 'name' => $this->input->post('name'), 'description' => $this->input->post('description'), - 'defaultmodel' => "todo", - 'defaultconfig' => "todo", ); $result = $this->trial->create($data);