MDL-22764, fixed required_param parameters, and removed unused global variables

This commit is contained in:
Dongsheng Cai
2010-06-21 08:20:34 +00:00
parent c84cea17b3
commit df911361d6
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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);