form MDL-22286 Fixed use of property that did not exist
This commit is contained in:
@@ -96,7 +96,8 @@ class MoodleQuickForm_choosecoursefile extends MoodleQuickForm_group
|
||||
$options = $this->_options['options'];
|
||||
}
|
||||
$action = new popup_action('click', $url, $button->getName(), $options);
|
||||
$OUTPUT->add_action_handler($action, $button->id);
|
||||
|
||||
$button->updateAttributes(array('id'=>$OUTPUT->add_action_handler($action, $button->getAttribute('id'))));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user