From c229173b1504df46dbdef309131e862a066493bb Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 17 Aug 2025 22:14:18 +0100 Subject: [PATCH] Update application/controllers/Options.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- 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 9de5f0d2..13ff76ab 100644 --- a/application/controllers/Options.php +++ b/application/controllers/Options.php @@ -92,7 +92,7 @@ class Options extends CI_Controller { $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')); if($search_update_status == TRUE) { $any_update_successful = TRUE;