Skip to content

Commit

Permalink
Fix bug 1905
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav_delius committed Feb 14, 2005
1 parent 8281899 commit ea97115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moodlelib.php
Expand Up @@ -1011,7 +1011,7 @@ function require_login($courseid=0, $autologinguest=true) {
switch ($course->guest) {
case 0: // Guests not allowed
print_header();
notice(get_string('guestsnotallowed', '', $course->fullname));
notice(get_string('guestsnotallowed', '', $course->fullname), "$CFG->wwwroot/login/index.php");
break;
case 1: // Guests allowed
return;
Expand Down

0 comments on commit ea97115

Please sign in to comment.