From 7f15a94c6b1ad3683d957f6371b86f3a5d3bc103 Mon Sep 17 00:00:00 2001 From: int2001 Date: Mon, 24 Jul 2023 08:44:42 +0000 Subject: [PATCH] variable typo removed --- application/controllers/Options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Options.php b/application/controllers/Options.php index 55e7551a..6ab72ab9 100644 --- a/application/controllers/Options.php +++ b/application/controllers/Options.php @@ -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')); }