mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-30 20:13:49 +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)
|
public function filter($value)
|
||||||
{
|
{
|
||||||
$value = $this->getReplacer()->replace($value);
|
|
||||||
$value = $this->getReplacer()->replace($value, false);
|
$value = $this->getReplacer()->replace($value, false);
|
||||||
|
|
||||||
return $value;
|
return $value;
|
||||||
|
|||||||
Reference in New Issue
Block a user