Keep autoload value to 'yes' for radio timeout

这个提交包含在:
phl0 2022-06-29 13:08:08 +02:00
父节点 149e3e169c
当前提交 3fc003d6a8
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -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) {