fix permissions

This commit is contained in:
Jean-Christian Denis 2023-08-04 10:59:59 +02:00
parent 2cd2a86a1f
commit 55a134e11f
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951

View file

@ -26,7 +26,7 @@ class Frontend extends Process
{
public static function init(): bool
{
return self::status(My::checkContext(My::INSTALL) && in_array(dcCore::app()->url->type, ['default', 'feed']));
return self::status(My::checkContext(My::FRONTEND) && in_array(dcCore::app()->url->type, ['default', 'feed']));
}
public static function process(): bool