remove module context check from init method
parent
e49aeb7fdb
commit
f5d1c8a216
|
@ -35,7 +35,6 @@ class Config extends dcNsProcess
|
|||
{
|
||||
static::$init = My::phpCompliant()
|
||||
&& defined('DC_CONTEXT_ADMIN')
|
||||
&& defined('DC_CONTEXT_MODULE')
|
||||
&& !is_null(dcCore::app()->auth)
|
||||
&& dcCore::app()->auth->isSuperAdmin();
|
||||
|
||||
|
|
Loading…
Reference in New Issue