This commit is contained in:
Jean-Christian Paul Denis 2023-05-10 23:28:30 +02:00
parent 20a08a7a20
commit 39789d3e46
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951

View File

@ -21,7 +21,7 @@ class Backend extends dcNsProcess
{ {
public static function init(): bool public static function init(): bool
{ {
static::$init = defined('DC_CONTEXT_ADMIN'; static::$init = defined('DC_CONTEXT_ADMIN');
return static::$init; return static::$init;
} }