8
0
Fork 0

add: Aggrosoft-Cookie-Consent compatibility

Dieser Commit ist enthalten in:
Christoph Staeblein 2023-03-17 10:59:50 +01:00 committet von MaxBuhe01
Ursprung 13df965a03
Commit 0e55c3e38f
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -45,6 +45,11 @@ class ViewConfig extends ViewConfig_parent
return true;
}
// Aggrosoft Cookie Consent
if (method_exists($this, "isCookieCategoryEnabled")) {
return $this->isCookieCategoryEnabled($sCookieID);
}
return false;
}