diff --git a/application/controllers/Options.php b/application/controllers/Options.php index 57155690..109e8e8e 100644 --- a/application/controllers/Options.php +++ b/application/controllers/Options.php @@ -137,7 +137,7 @@ class Options extends CI_Controller { else { // Update theme choice within the options system - $radioTimeout_update = $this->optionslib->update('cat_timeout_interval', $this->input->post('radioTimeout')); + $radioTimeout_update = $this->optionslib->update('cat_timeout_interval', $this->input->post('radioTimeout'), 'yes'); // If theme update is complete set a flashsession with a success note if($radioTimeout_update == TRUE) {