Remove unneeded files from query

This commit is contained in:
Karsten Heiken
2011-08-03 11:02:38 +02:00
parent 2d45032a85
commit f5e3202e88

View File

@@ -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);