forked from mirrors/easyappointments
Problem with links in legal content (#813).
This commit is contained in:
parent
e70e39e3f7
commit
5706447ea6
1 changed files with 1 additions and 1 deletions
|
@ -1673,7 +1673,7 @@ class Backend_api extends CI_Controller {
|
||||||
|
|
||||||
$this->load->model('settings_model');
|
$this->load->model('settings_model');
|
||||||
|
|
||||||
$settings = json_decode($this->input->post('settings'), TRUE);
|
$settings = json_decode($this->input->post('settings', FALSE), TRUE);
|
||||||
|
|
||||||
$this->settings_model->save_settings($settings);
|
$this->settings_model->save_settings($settings);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue