variable typo removed
这个提交包含在:
父节点
2df9d80b2a
当前提交
7f15a94c6b
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -172,7 +172,7 @@ class Options extends CI_Controller {
|
|||
$this->session->set_flashdata('success', $this->lang->line('options_dxcluster_decont_changed_to').$this->input->post('dxcluster_decont'));
|
||||
}
|
||||
|
||||
$dxcluster_url_update = $this->optionslib->update('dxcluster_maxage', $this->input->post('dxcluster_maxage'), 'yes');
|
||||
$dxcluster_maxage_update = $this->optionslib->update('dxcluster_maxage', $this->input->post('dxcluster_maxage'), 'yes');
|
||||
if($dxcluster_maxage_update == TRUE) {
|
||||
$this->session->set_flashdata('success', $this->lang->line('options_dxcluster_maxage_changed_to').$this->input->post('dxcluster_maxage'));
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用