当前提交
ebc9c10c8d
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -111,7 +111,7 @@ class Options extends CI_Controller {
|
|||
$dashboard_map_update_status = $this->optionslib->update('dashboard_map', $this->input->post('dashboardMap'), 'yes');
|
||||
|
||||
// If dashboard map update is complete set a flashsession with a success note
|
||||
if($ldashboard_map_update_status == TRUE) {
|
||||
if($dashboard_map_update_status == TRUE) {
|
||||
$this->session->set_flashdata('success', $this->lang->line('options_dashboard_map_changed_to').$this->input->post('dashboardMap'));
|
||||
}
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用