Keep autoload value to 'yes' for radio timeout
这个提交包含在:
父节点
149e3e169c
当前提交
3fc003d6a8
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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) {
|
||||
|
|
|
|||
正在加载…
在新工单中引用