From 0b00c4ce596ffb4f7839d9e14135e983713fe5e2 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 10 Jun 2008 20:03:07 +0000 Subject: [PATCH] MDL-14905 towards functional DB tests --- admin/report/simpletest/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/report/simpletest/settings.php b/admin/report/simpletest/settings.php index 437a2788d4..7c8c3f90e6 100644 --- a/admin/report/simpletest/settings.php +++ b/admin/report/simpletest/settings.php @@ -7,4 +7,4 @@ if ($reportname[1] == '[') { $ADMIN->add('reports', new admin_externalpage('reportsimpletest', $reportname, "$CFG->wwwroot/$CFG->admin/report/simpletest/index.php",'moodle/site:config')); //TODO: localise -$ADMIN->add('reports', new admin_externalpage('reportdbtest', 'Functional DB tests', "$CFG->wwwroot/$CFG->admin/report/simpletest/dbtest.php",'moodle/site:config')); +$ADMIN->add('reports', new admin_externalpage('reportdbtest', 'Functional DB tests', "$CFG->wwwroot/$CFG->admin/report/simpletest/dbtest.php",'moodle/site:config', true)); -- 2.39.5