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;