diff --git a/admin/tool/xmldb/index.php b/admin/tool/xmldb/index.php index a4336cba678..038e7a533cb 100644 --- a/admin/tool/xmldb/index.php +++ b/admin/tool/xmldb/index.php @@ -50,6 +50,7 @@ if (!isset($SESSION->xmldb)) { // Some previous checks $site = get_site(); +$PAGE->set_primary_active_tab('siteadminnode'); // Body of the script, based on action, we delegate the work $action = optional_param ('action', 'main_view', PARAM_ALPHAEXT);