From 82bba2c814663e15b42978d22f5d27e475fcbd5c Mon Sep 17 00:00:00 2001 From: Ben Williams Date: Wed, 4 Sep 2024 17:02:47 -0700 Subject: [PATCH] Fixed a couple of mistakes --- application/controllers/Options.php | 2 +- application/views/options/appearance.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/Options.php b/application/controllers/Options.php index fc91612fa..2ecd8eed1 100644 --- a/application/controllers/Options.php +++ b/application/controllers/Options.php @@ -117,7 +117,7 @@ class Options extends CI_Controller { if($public_maps_update_status == TRUE) { $this->session->set_flashdata('success', __("Options saved")); } - + // Update public github button within the options system $public_github_button_update_status = $this->optionslib->update('public_github_button', $this->input->post('publicGithubButton'), 'yes'); diff --git a/application/views/options/appearance.php b/application/views/options/appearance.php index 78f31e5ba..e05dfc9f8 100644 --- a/application/views/options/appearance.php +++ b/application/views/options/appearance.php @@ -109,7 +109,7 @@ - +