Skip to content

Commit

Permalink
MDL-11328 added the missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Nov 1, 2007
1 parent a6ec1e9 commit 4970ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enrol/database/enrol.php
Expand Up @@ -419,7 +419,7 @@ function config_form($frm) {
'enrol_db_autocreate', 'enrol_db_category', 'enrol_db_template',
'enrol_db_localrolefield', 'enrol_db_remoterolefield',
'enrol_remotecoursefield', 'enrol_remoteuserfield',
'enrol_db_ignorehiddencourse');
'enrol_db_ignorehiddencourse', 'enrol_db_defaultcourseroleid');

foreach ($vars as $var) {
if (!isset($frm->$var)) {
Expand Down

0 comments on commit 4970ebb

Please sign in to comment.