This commit is contained in:
2025-08-13 20:36:14 +08:00
parent 7f48675193
commit ee774f617d
3 changed files with 11 additions and 9 deletions

View File

@@ -265,7 +265,6 @@ if (!function_exists('action_in_arr')) {
function action_in_arr(array $arr = []): bool
{
$arr = is_array($arr) ? $arr : explode(',', $arr);
if (!$arr) {
return false;
}