Update application/controllers/Options.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
这个提交包含在:
父节点
9167b86725
当前提交
c229173b15
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -92,7 +92,7 @@ class Options extends CI_Controller {
|
||||||
$any_update_successful = TRUE;
|
$any_update_successful = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update global search within the options system
|
// Update global search choice within the options system
|
||||||
$search_update_status = $this->optionslib->update('global_search', $this->input->post('globalSearch'));
|
$search_update_status = $this->optionslib->update('global_search', $this->input->post('globalSearch'));
|
||||||
if($search_update_status == TRUE) {
|
if($search_update_status == TRUE) {
|
||||||
$any_update_successful = TRUE;
|
$any_update_successful = TRUE;
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用