[Changed] clear code and adjust Naming

This commit is contained in:
2024-05-31 15:47:54 +02:00
parent e500814e7e
commit 9a5e1506e8
2 changed files with 6 additions and 11 deletions

View File

@ -79,7 +79,7 @@ class ViewConfig extends ViewConfig_parent
}
// No Cookie Manager in use
if (!$this->shallUseOwnCookieManager()) {
if (false === $this->shallUseOwnCookieManager()) {
return true;
}