8
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

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;
}