diff --git a/application/controllers/api/frontend/v1/dashboard/User.php b/application/controllers/api/frontend/v1/dashboard/User.php index 1cf112a28..e0fcd915a 100644 --- a/application/controllers/api/frontend/v1/dashboard/User.php +++ b/application/controllers/api/frontend/v1/dashboard/User.php @@ -71,7 +71,6 @@ class User extends FHCAPI_Controller public function addWidget() { - $this->terminateWithValidationErrors(['test' => 'Test']); $this->load->library('form_validation'); $this->form_validation->set_rules('dashboard', 'Dashboard', 'required');