MDL-22764, fixed required_param parameters, and removed unused global variables
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
|
||||
class mod_folder_edit_form extends moodleform {
|
||||
function definition() {
|
||||
global $CFG, $editoroptions;
|
||||
$mform =& $this->_form;
|
||||
$cmid = $this->_customdata['id'];
|
||||
$mform->addElement('hidden', 'id', $cmid);
|
||||
|
||||
Reference in New Issue
Block a user