From: Petr Sˌkoda Date: Tue, 9 Jul 2013 06:42:41 +0000 (+0200) Subject: MDL-40574 remove forgotten $delete from editor subplugins page X-Git-Tag: v2.6.0-beta~959^2 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=485392f308ca88b6dd56ea84d06f7e4ead47b18f MDL-40574 remove forgotten $delete from editor subplugins page --- 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());