Skip to content

Commit

Permalink
Merge branch 'm19_MDL-4561' of git://github.com/danmarsden/moodle int…
Browse files Browse the repository at this point in the history
…o MOODLE_19_STABLE
  • Loading branch information
stronk7 committed Aug 24, 2011
2 parents 4c8c9ef + 38eaf9f commit 724d76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/enrol.php
Expand Up @@ -53,7 +53,7 @@
} }


/// Check if the course is a meta course (bug 5734) /// Check if the course is a meta course (bug 5734)
if ($course->metacourse) { if ($course->metacourse && !($course->guest == 2 && isguestuser())) {
print_header_simple(); print_header_simple();
notice(get_string('coursenotaccessible'), "$CFG->wwwroot/index.php"); notice(get_string('coursenotaccessible'), "$CFG->wwwroot/index.php");
} }
Expand Down

0 comments on commit 724d76c

Please sign in to comment.