mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-29 03:24:37 +01:00
Also replace non cachable inserttags.
This commit is contained in:
@@ -73,6 +73,9 @@ class ValueFilter
|
|||||||
*/
|
*/
|
||||||
public function filter($value)
|
public function filter($value)
|
||||||
{
|
{
|
||||||
return $this->getReplacer()->replace($value);
|
$value = $this->getReplacer()->replace($value);
|
||||||
|
$value = $this->getReplacer()->replace($value, false);
|
||||||
|
|
||||||
|
return $value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user