Problem with links in legal content (#813).

This commit is contained in:
Alex Tselegidis 2020-09-23 13:44:12 +03:00
parent e70e39e3f7
commit 5706447ea6
1 changed files with 1 additions and 1 deletions

View File

@ -1673,7 +1673,7 @@ class Backend_api extends CI_Controller {
$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);
}