Skip to content

Commit

Permalink
Merge branch 'feature/2.3.0' into release/2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
discordier committed Jun 5, 2024
2 parents 61ae39b + 50742d5 commit b77a136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filter/Setting/CustomSql.php
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ private function resolveTag(string $tag): string
{
$parts = \explode('::', $tag, 2);
if (!\array_key_exists(1, $parts)) {
return $tag;
return $this->parseInsertTagsInternal('{{' . $tag . '}}');
}

switch ($parts[0]) {
Expand Down

0 comments on commit b77a136

Please sign in to comment.