Commit b6462caf authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4735 (Install profile generation fails if not running Conversr)

parent 83b78600
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;