mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 11:04:08 +01:00
Also replace non cachable inserttags.
This commit is contained in:
@@ -73,6 +73,9 @@ class ValueFilter
|
||||
*/
|
||||
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