Fix comment. filter created only since 3.1.

This commit is contained in:
acognet
2022-10-14 09:27:59 +02:00
parent 1e0fc4714d
commit 9ccff4f8de

View File

@@ -141,7 +141,7 @@ class Extension
// @see https://www.php.net/manual/fr/function.var-export.php
$aFilters[] = new TwigFilter('var_export', 'var_export');
// @since 2.7.7 3.0.2 3.1.0 N°4867 "Twig content not allowed" error when use the extkey widget search icon in the user portal
// @since 3.1.0 N°4867 "Twig content not allowed" error when use the extkey widget search icon in the user portal
// Overwrite native twig filter: disable use of 'system' filter
$aFilters[] = new TwigFilter('filter', function (Environment $oTwigEnv, $array, $arrow) {
if ($arrow == 'system') {