Skip to content

Commit

Permalink
Merge branch 'MDL-36549_m23' of git://github.com/rwijaya/moodle into …
Browse files Browse the repository at this point in the history
…MOODLE_23_STABLE
  • Loading branch information
danpoltawski committed Dec 10, 2012
2 parents 66586db + 879766a commit 870d2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/lesson/view.php
Expand Up @@ -338,6 +338,7 @@
if (lesson_display_teacher_warning($lesson)) {
// This is the warning msg for teachers to inform them that cluster
// and unseen does not work while logged in as a teacher
$warningvars = new stdClass();
$warningvars->cluster = get_string('clusterjump', 'lesson');
$warningvars->unseen = get_string('unseenpageinbranch', 'lesson');
$lesson->add_message(get_string('teacherjumpwarning', 'lesson', $warningvars));
Expand Down

0 comments on commit 870d2ff

Please sign in to comment.