diff --git a/src/Filter/Setting/CustomSql.php b/src/Filter/Setting/CustomSql.php index d9e065130..c2b73753e 100644 --- a/src/Filter/Setting/CustomSql.php +++ b/src/Filter/Setting/CustomSql.php @@ -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]) {