Skip to content

Commit

Permalink
one space to much
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Nov 28, 2021
1 parent 81d46f2 commit 7d8a741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/finder/tags/tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ protected function index(FinderIndexerResult $item, $format = 'html')

// Initialize the item parameters.
$registry = new Registry($item->params);
$item->params = clone JComponentHelper::getParams('com_tags', true);
$item->params = clone JComponentHelper::getParams('com_tags', true);
$item->params->merge($registry);

$item->metadata = new Registry($item->metadata);
Expand Down

0 comments on commit 7d8a741

Please sign in to comment.