Skip to content

Commit

Permalink
Fix one small config name.
Browse files Browse the repository at this point in the history
Merged from MOODLE_18_STABLE
  • Loading branch information
stronk7 committed Feb 23, 2007
1 parent aae2743 commit 7fb2c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
// User self registration
echo '<div class="form-item" id="admin-register">';
echo '<label for = "menuregister">' . get_string("selfregistration", "auth");
echo '<span class="form-shortname">register</span>';
echo '<span class="form-shortname">registerauth</span>';
echo '</label>';
choose_from_menu($registrationauths, "register", $CFG->registerauth, "");
echo '<div class="description">' . get_string("selfregistration_help", "auth") . '</div>';
Expand Down

0 comments on commit 7fb2c1b

Please sign in to comment.