Removed some code temporary

这个提交包含在:
Peter Goodhall 2021-02-10 10:56:04 +00:00 提交者 GitHub
父节点 405c9da68a
当前提交 69609e9cb8
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -87,16 +87,16 @@ class Options extends CI_Controller {
}
// Update Lang choice within the options system
$lang_update_status = $this->optionslib->update('language', $this->input->post('language'));
// $lang_update_status = $this->optionslib->update('language', $this->input->post('language'));
// If Lang update is complete set a flashsession with a success note
if($lang_update_status == TRUE) {
$this->session->set_flashdata('success', 'Language changed to '.ucfirst($this->input->post('language')));
}
// if($lang_update_status == TRUE) {
// $this->session->set_flashdata('success', 'Language changed to '.ucfirst($this->input->post('language')));
// }
// Redirect back to /appearance
redirect('/options/appearance');
}
}
}
}