mirror of
https://github.com/moodle/moodle.git
synced 2025-04-27 11:23:06 +02:00
Fixed bug (sectionname mismatch) similar to MDL-6475
This commit is contained in:
parent
26f9c81507
commit
0f4a73b0dd
@ -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;
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user