Remove unneeded files from query
This commit is contained in:
@@ -81,8 +81,6 @@ class Trials extends CI_Controller {
|
|||||||
$data = array(
|
$data = array(
|
||||||
'name' => $this->input->post('name'),
|
'name' => $this->input->post('name'),
|
||||||
'description' => $this->input->post('description'),
|
'description' => $this->input->post('description'),
|
||||||
'defaultmodel' => "todo",
|
|
||||||
'defaultconfig' => "todo",
|
|
||||||
);
|
);
|
||||||
|
|
||||||
$result = $this->trial->create($data);
|
$result = $this->trial->create($data);
|
||||||
|
|||||||
Reference in New Issue
Block a user