mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Fixed overzealous cleaning MDL-6779
This commit is contained in:
parent
173006a313
commit
86a1dca773
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
require_once('../config.php');
|
require_once('../config.php');
|
||||||
require_once($CFG->libdir.'/adminlib.php');
|
require_once($CFG->libdir.'/adminlib.php');
|
||||||
|
|
||||||
$query = required_param('query', PARAM_ALPHAEXT);
|
$query = trim(required_param('query', PARAM_NOTAGS)); // Search string
|
||||||
|
|
||||||
$adminroot = admin_get_root();
|
$adminroot = admin_get_root();
|
||||||
admin_externalpage_setup('search', $adminroot); // now hidden page
|
admin_externalpage_setup('search', $adminroot); // now hidden page
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue