mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 19:13:55 +01:00
Fix: Do not cache insert tags as it would create esi tags.
This commit is contained in:
@@ -73,7 +73,6 @@ class ValueFilter
|
||||
*/
|
||||
public function filter($value)
|
||||
{
|
||||
$value = $this->getReplacer()->replace($value);
|
||||
$value = $this->getReplacer()->replace($value, false);
|
||||
|
||||
return $value;
|
||||
|
||||
Reference in New Issue
Block a user