mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-34876 improve coding style
This commit is contained in:
parent
f8c9397222
commit
2cd58c83ea
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ $delete = optional_param('delete', '', PARAM_PLUGIN);
|
||||||
$confirm = optional_param('confirm', '', PARAM_BOOL);
|
$confirm = optional_param('confirm', '', PARAM_BOOL);
|
||||||
$return = optional_param('return', 'overview', PARAM_ALPHA);
|
$return = optional_param('return', 'overview', PARAM_ALPHA);
|
||||||
|
|
||||||
$PAGE->set_context(null);
|
$PAGE->set_context(context_system::instance());
|
||||||
$PAGE->set_url('/lib/editor/tinymce/subplugins.php', array('delete'=>$delete));
|
$PAGE->set_url('/lib/editor/tinymce/subplugins.php', array('delete'=>$delete));
|
||||||
|
|
||||||
require_login();
|
require_login();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue