From 3fc003d6a8b115b5900554e0c9746321f54ccee0 Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 29 Jun 2022 13:08:08 +0200 Subject: [PATCH] Keep autoload value to 'yes' for radio timeout --- application/controllers/Options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {