Loading sources/hooks/modules/admin_setupwizard/core_cns.php +4 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,10 @@ class Hook_sw_core_cns { $settings = array(); if (get_forum_type() != 'cns') { return $settings; } $dbs_back = $GLOBALS['NO_DB_SCOPE_CHECK']; $GLOBALS['NO_DB_SCOPE_CHECK'] = true; Loading Loading
sources/hooks/modules/admin_setupwizard/core_cns.php +4 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,10 @@ class Hook_sw_core_cns { $settings = array(); if (get_forum_type() != 'cns') { return $settings; } $dbs_back = $GLOBALS['NO_DB_SCOPE_CHECK']; $GLOBALS['NO_DB_SCOPE_CHECK'] = true; Loading