mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
fixed number of rss articles in data mod settings - broken during new forms conversion
This commit is contained in:
parent
244299a374
commit
e076bccbc9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class data_mod_form extends moodleform_mod {
|
|||
$mform->addElement('select', 'approval', get_string('requireapproval', 'data'), $ynoptions);
|
||||
$mform->setHelpButton('approval', array('requireapproval', get_string('requireapproval', 'data'), 'data'));
|
||||
|
||||
$mform->addElement('select', 'numberrssarticles', get_string('numberrssarticles', 'data') , $countoptions);
|
||||
$mform->addElement('select', 'rssarticles', get_string('numberrssarticles', 'data') , $countoptions);
|
||||
|
||||
$mform->addElement('checkbox', 'assessed', get_string("allowratings", "data") , get_string('ratingsuse', 'data'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue