From e8155bc33852cbd895d7f563dbce77246929cbd5 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 12 Nov 2008 10:12:33 +0000 Subject: [PATCH] Fix typo. --- lib/accesslib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/accesslib.php b/lib/accesslib.php index d538e3c843..2e0660879e 100755 --- a/lib/accesslib.php +++ b/lib/accesslib.php @@ -3328,7 +3328,7 @@ function print_context_name($context, $withprefix = true, $short = false) { case CONTEXT_COURSE: // 1 to 1 to course cat if ($context->instanceid == SITEID) { - $name = get_string('page', 'admin'); + $name = get_string('frontpage', 'admin'); } else { if ($course = $DB->get_record('course', array('id'=>$context->instanceid))) { if ($withprefix){ -- 2.39.5