From 4dffbf3252e2fcf39fdbaed53881f681c3eee5de Mon Sep 17 00:00:00 2001 From: nguyenanhung Date: Fri, 5 May 2023 14:36:53 +0700 Subject: [PATCH] Update modular helper --- helpers/codeigniter_modular.php | 1 - 1 file changed, 1 deletion(-) diff --git a/helpers/codeigniter_modular.php b/helpers/codeigniter_modular.php index 3807cfa..366348f 100644 --- a/helpers/codeigniter_modular.php +++ b/helpers/codeigniter_modular.php @@ -21,7 +21,6 @@ function codeigniter_hmvc_module_exists($module_name) return in_array($module_name, codeigniter_hmvc_modules_list(false)); } } - if (!function_exists('codeigniter_hmvc_modules_list')) { /** * Return the CodeIgniter modules list