no more need to declare settings namespaces

master
Jean-Christian Paul Denis 2023-01-03 23:37:08 +01:00
parent f88eadb761
commit b0f783df74
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
2 changed files with 0 additions and 3 deletions

View File

@ -36,7 +36,6 @@ class Admin
public static function init(): bool
{
if (defined('DC_CONTEXT_ADMIN')) {
dcCore::app()->blog->settings->addNamespace(Core::id());
self::$init = true;
}

View File

@ -37,8 +37,6 @@ class Config
{
if (defined('DC_CONTEXT_ADMIN')) {
dcPage::checkSuper();
dcCore::app()->blog->settings->addNamespace(Core::id());
self::$init = true;
}