Skip to content

Commit

Permalink
Update administrator/components/com_actionlogs/src/Field/UserlogtypeF…
Browse files Browse the repository at this point in the history
…ield.php

Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
  • Loading branch information
alikon and heelc29 committed Aug 25, 2022
1 parent 10cb7a2 commit 282e5d6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public function getOptions()
$globalExt = $params->get('loggable_extensions', []);
$userExt = substr($extensions[0], 2);
$userExt = substr($userExt, 0, -2);

$userExt = explode('","', $userExt);
$common = array_merge($globalExt, array_intersect($globalExt, $userExt));

Expand Down

0 comments on commit 282e5d6

Please sign in to comment.