MDL-40574 remove forgotten $delete from editor subplugins page
authorPetr Škoda <commits@skodak.org>
Tue, 9 Jul 2013 06:42:41 +0000 (08:42 +0200)
committerPetr Škoda <commits@skodak.org>
Fri, 12 Jul 2013 10:33:05 +0000 (12:33 +0200)
lib/editor/tinymce/subplugins.php

index f9818ac..29236e8 100644 (file)
@@ -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());