mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'wip-MDL-34775-master' of git://github.com/phalacee/moodle
This commit is contained in:
commit
11abbe276f
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ class mod_forum_mod_form extends moodleform_mod {
|
|||
$choices[50] = '50';
|
||||
$mform->addElement('select', 'rssarticles', get_string('rssarticles'), $choices);
|
||||
$mform->addHelpButton('rssarticles', 'rssarticles', 'forum');
|
||||
$mform->disabledIf('rssarticles', 'rsstype', 'eq', '0');
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue