From 485392f308ca88b6dd56ea84d06f7e4ead47b18f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20S=CC=8Ckoda?= Date: Tue, 9 Jul 2013 08:42:41 +0200 Subject: [PATCH] MDL-40574 remove forgotten $delete from editor subplugins page --- lib/editor/tinymce/subplugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/editor/tinymce/subplugins.php b/lib/editor/tinymce/subplugins.php index f9818ac9c74..29236e81fd3 100644 --- a/lib/editor/tinymce/subplugins.php +++ b/lib/editor/tinymce/subplugins.php @@ -30,7 +30,7 @@ $enable = optional_param('enable', '', PARAM_PLUGIN); $return = optional_param('return', 'overview', PARAM_ALPHA); $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'); require_login(); require_capability('moodle/site:config', context_system::instance()); -- 2.43.0