From: vinkmar Date: Thu, 7 Sep 2006 16:15:35 +0000 (+0000) Subject: Fixed bug (sectionname mismatch) similar to MDL-6475 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0f4a73b0dd133252821d01c14339a957f016cb62;p=moodle.git Fixed bug (sectionname mismatch) similar to MDL-6475 --- diff --git a/admin/filter.php b/admin/filter.php index e136a52040..b132d7e9be 100644 --- a/admin/filter.php +++ b/admin/filter.php @@ -7,7 +7,7 @@ require_once($CFG->libdir.'/tablelib.php'); $adminroot = admin_get_root(); - admin_externalpage_setup('filtermanagement', $adminroot); + admin_externalpage_setup('managefilters', $adminroot); // get parameters $param = new Object; diff --git a/admin/module.php b/admin/module.php index ce9f4cc8a3..912cd44e77 100644 --- a/admin/module.php +++ b/admin/module.php @@ -4,7 +4,7 @@ require_once('../config.php'); require_once($CFG->libdir.'/adminlib.php'); $adminroot = admin_get_root(); - admin_externalpage_setup('modulemanagement', $adminroot); + admin_externalpage_setup('managemodules', $adminroot); /// If data submitted, then process and store.