Skip to content

Commit

Permalink
Update modular helper
Browse files Browse the repository at this point in the history
  • Loading branch information
hungnguyenhp committed May 5, 2023
1 parent 8c2aa90 commit 4dffbf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helpers/codeigniter_modular.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dffbf3

Please sign in to comment.